Skip to content
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

Auto renew certs and OCSP responses? #231

Closed
Katzeilla opened this issue Jun 9, 2019 · 2 comments
Closed

Auto renew certs and OCSP responses? #231

Katzeilla opened this issue Jun 9, 2019 · 2 comments

Comments

@Katzeilla
Copy link
Contributor

Katzeilla commented Jun 9, 2019

Seem like we have to renew certs and OCSP responses manually (Since acme-client doesn't renew automatically :( ), maybe I should write a script to do that every 3 months using Cron?

@horia
Copy link
Contributor

horia commented Jun 9, 2019

https://man.openbsd.org/acme-client#EXAMPLES

I moved the acme-client(1) daily cron(8) job (to renew the certificate as necessary, and reload/restart services,) to daily(8) https://github.com/vedetta-com/caesonia/blob/master/src/etc/daily.local

https://man.openbsd.org/ocspcheck

Next, ocspcheck(8) saves the response from the OCSP server.

@Katzeilla
Copy link
Contributor Author

Thanks for your explanation! :)

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

No branches or pull requests

2 participants