Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Server TLS Documentation #8926

Closed
hrstoyanov opened this issue Jun 29, 2024 · 0 comments · Fixed by #8937
Closed

[4.x] Server TLS Documentation #8926

hrstoyanov opened this issue Jun 29, 2024 · 0 comments · Fixed by #8937
Assignees
Labels
4.x Version 4.x docs enhancement New feature or request P3 webserver

Comments

@hrstoyanov
Copy link
Contributor

hrstoyanov commented Jun 29, 2024

The TLS server configuration documentation here only shows how to access the p12/p8 files as resources on the class path (e.g. using resource-path property). Please document that store files can also reside anywhere, with the path property. Otherwise the developers will waste time trying to figure out why they are getting "file not found" exception, without realizing that only the class path is searched when using resource-path .

server:
  tls:
    #Truststore setup
    trust:
      keystore:
        passphrase: "password"
        trust-store: true
        resource:
          path: "keystore.p12"
    # Keystore with private key and server certificate
    private-key:
      keystore:
        passphrase: "password"
        resource:
          path: "keystore.p12"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs enhancement New feature or request P3 webserver
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants