You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You wouldn´t need to use them once you can reissue a new certificate through nginx-proxy. But if you want to use it you can, you will just need to add the certificates to the correct path in your nginx-proxy:
./data/certs/your-domain.com/
with these names:
cert.pem
chain.pem
fullchain.pem
key.pem
So you will need to rename the privkey to key.pem, and when you restart your portainer with the correct env variable to activate the letsencrypt for your service, it will automatically use your certificate already generated.
I guess this is probably just a naive doubt.
But I have generated some certificates using certbot in order to use with nginx.
I wonder if they can be used to make portainer available with https.
these are the files it generated, however from portainer documentation, they are using crt and key files, not pem.
Should I use theses keys he generated and do some conversion?
Should I generate it differently using certbot?
The text was updated successfully, but these errors were encountered: