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

Open
hrstoyanov opened this issue Jun 29, 2024 · 0 comments · May be fixed by #8937
Open

[4.x] Server TLS Documentation #8926

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

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"
@github-actions github-actions bot added this to Triage in Backlog Jun 29, 2024
@m0mus m0mus added docs webserver 4.x Version 4.x enhancement New feature or request P3 labels Jul 1, 2024
@m0mus m0mus assigned Verdent and tvallin and unassigned Verdent Jul 1, 2024
@m0mus m0mus moved this from Triage to Sprint Scope in Backlog Jul 1, 2024
@tvallin tvallin linked a pull request Jul 2, 2024 that will close this issue
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
Backlog
  
Sprint Scope
Development

Successfully merging a pull request may close this issue.

4 participants