Skip to content

Allow user to download SSL certificate #404

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

Closed
theraw opened this issue May 10, 2020 · 3 comments
Closed

Allow user to download SSL certificate #404

theraw opened this issue May 10, 2020 · 3 comments

Comments

@theraw
Copy link
Contributor

theraw commented May 10, 2020

Hello,

I would like to be allowed to download ssl/cert/key from dashboard.

also it would be nice if you replace the number count of vconf file and ssl folder from number to domain/subdomain name!

ex when i create first proxy_host you create nginx vhost as 1.conf it will be better if domainname.com.conf this way i more easy to find out where is domain config file or ssl folder!

@chaptergy chaptergy changed the title Allow user to download SSL cert Allow user to download SSL certificate May 12, 2021
@gkroonder
Copy link

There are some good questions in #683; I personally would like to see certificate-foldernames in /etc/letsencrypt/live/ to use the certificate name as show in the GUI. I.e. "domain.ext".

That IMHO would make it much easier to re-use the certs from NPM in other docker containers, something that will come up again and again...

I've looked at the code and I see it is not a simple change.
But maybe it is possible to make symlinks the active certs to a 'static' [cert displayname] location?
I.e. /certificates/mydomain.ext (wildcard or tld) or /certificates/host.mydomain.ext (for hostname certs).
It could be a separate dir && docker-volume i.e. /certificates, or a dir under the data or letsencrypt volumes.

I wish I was a programmer and could help a bit, but alas, I can just (barely) get the gist of the code.

Thanks for listening to my input.

Best regards,

George

@chaptergy
Copy link
Collaborator

For now #1100 has been implemented to make it generally possible to know which certificate is which.

@chaptergy
Copy link
Collaborator

Added via #1343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants