OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: SimHat on August 05, 2023, 09:00:18 PM

Title: Solved: Distributing Letsencrypt certs to other servers
Post by: SimHat on August 05, 2023, 09:00:18 PM
I am trying to use OPNsense to create a wildcard cert for my domain name then distribute that cert to my bitwarden server through automations.  I'm copying the certs from the /var/etc/acme-client/certs/randomnumbers to my bitwarden server, but I feel like these are not the correct cert files that need to be moved over.  Is there a different location for certs?

Am I just missing something here or is this not actually possible with the acme plugin?
Title: Re: Distributing Letsencrypt certs to other servers
Post by: Maurice on August 05, 2023, 11:46:19 PM
/var/etc/acme-client/home/example.com/ is what I use.
example.com.key is the private key, example.com.cer the certificate and fullchain.cer the certificate + ca.cer.

Cheers
Maurice
Title: Solved: Distributing Letsencrypt certs to other servers
Post by: SimHat on August 06, 2023, 10:42:29 PM
Oh ffs.  I can't tell you how many hours I've messed with this using the wrong certs.  As soon as I used the correct ones, now everything works perfectly.

Thanks!