ssl acme?

Kosh

Well-Known Member
Dec 24, 2019
85
6
48
45
Hi
how to automate the use of certificates that are issued by your local certification authority?

deployed my center, I receive a certificate from it through certbot and it is located /etc/letsencrypt/live/%FQDN

I wanted to put files from /etc/letsencrypt/live/%FQDN into /etc/pve/local through symbolic links, but it turned out that they are prohibited in /etc/pve

how can i update my certificates automatically in this /etc/pve/local folder?
 
how to automate the use of certificates that are issued by your local certification authority?

deployed my center, I receive a certificate from it through certbot and it is located /etc/letsencrypt/live/%FQDN
What software do you use for local acme? I'm very interested in this.

I wanted to put files from /etc/letsencrypt/live/%FQDN into /etc/pve/local through symbolic links, but it turned out that they are prohibited in /etc/pve

how can i update my certificates automatically in this /etc/pve/local folder?
I think you have to copy the files to /etc/pve/nodes/NODENAME/pve-ssl.pem (Source)
 
What software do you use for local acme? I'm very interested in this.
I can’t say I didn’t set up something like on ubuntu
I think you have to copy the files to /etc/pve/nodes/NODENAME/pve-ssl.pem (Source)
this will have to write a script that will copy the certificates to this folder and somehow combine it with the reissue
very uncomfortable