You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reporting a slight mistake. On the instructions for installing certbot on openbsd, it gives a few commands that use sudo instead of doas.
For example:
I should also mention that the instructions for adding a wildcard domain are unclear.
For example the command pkg_add -cloudflare just gives me pkg_add: bad list oudflare: No such file or directory. I'm don't think packages like this exist on openbsd.
Thank you for your time and attention to this matter.
The text was updated successfully, but these errors were encountered:
sudo→doas, or just nothing at all. The old website didn't use any command to escalate to root. sudo appears in:
"Choose how you'd like to run Certbot"
"Set up automatic renewal"
The wildcard issue probably affects multiple OSes, like Windows, where the DNS plugins are simply not available. I think we need to talk about and decide what to do about those instruction pages.
https://certbot.eff.org/instructions?ws=nginx&os=opbsd6
I'm reporting a slight mistake. On the instructions for installing certbot on openbsd, it gives a few commands that use
sudo
instead ofdoas
.For example:
I should also mention that the instructions for adding a wildcard domain are unclear.
For example the command
pkg_add -cloudflare
just gives mepkg_add: bad list oudflare: No such file or directory
. I'm don't think packages like this exist on openbsd.Thank you for your time and attention to this matter.
The text was updated successfully, but these errors were encountered: