Skip to content

3rd party wildcard certificate possible (instead of Lets Encrypt)? #1743

Closed Answered by githubsaturn
mjmare asked this question in Q&A
Discussion options

You must be logged in to vote
  • For captain.your.domain.com you need to make changes in the global settings (under Settings > CapRover Config Location)
  • For any apps, you need to make changes in the nginx config pertaining that particular app. Go to your app > http settings > nginx config

Anywhere you see ssl_certificate and ssl_certificate_key, you'll have to update to the correct path, for example:

        listen              443 ssl;
        ssl_certificate     /nginx-shared/certificate;
        ssl_certificate_key /nginx-shared/certificate-key;

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mjmare
Comment options

You must be logged in to vote
1 reply
@githubsaturn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants