Skip to content

Configure HTTPS with AKHQ using micronaut properties #1149

Answered by jheinitz
jheinitz asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

I'm not sure what I missed in my first approach, but here is how it works:

micronaut:
  ssl:
    enabled: true
    key-store:
      path: file:/etc/ssl/private/akhq.keystore.p12
      password: <password>
      type: PKCS12
    trust-store:
      path: file:/etc/ssl/private/akhq.truststore.jks
      password: passw0rd
      type: JKS
    port: 443
  server:
    dual-protocol: true
    http-to-https-redirect: true
    port: 80

Sorry, for this.

Kind regards

Jens

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jheinitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant