DEV Community

Discussion on: Let's Encrypt: Certbot For OpenBSD's httpd

Collapse
 
gabrieldougherty profile image
Gabriel Dougherty

Hello! Great post, I used it to set up my personal website. One note, though— the pre-hooks/post-hooks section should actually be

certbot renew --pre-hook "rcctl stop httpd" --post-hook "rcctl start httpd"

Since rcctl requires the command first and the service second as argument. Again, thanks for the great article!

Collapse
 
nabbisen profile image
nabbisen

Hello, Gabriel!
Thank you so much for your warmful messages.
Also, thank your for your feedback.
I corrected my mistake on arguments order.
I'm happy to hear from you 😉