Closed kayiwa closed 3 weeks ago
OpenBSD has an acme-client which uses the ACME protocol to contact the Letsencrypt Certificate Authority. It saves the files at
acme-client
/etc/ssl and /etc/ssl/private
/etc/ssl
/etc/ssl/private
We use a cron job that runs at midnight and 0100 hours to contact and renew the certificates when needed.
OpenBSD has an
acme-client
which uses the ACME protocol to contact the Letsencrypt Certificate Authority. It saves the files at/etc/ssl
and/etc/ssl/private
We use a cron job that runs at midnight and 0100 hours to contact and renew the certificates when needed.