Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- systemctl stop apache2
- certbot certonly --authenticator standalone -d yourdomain # For common domains (example.com)
- certbot certonly --manual --preferred-challenges=dns -d *.yourdomain # For wildcard domains (*.example.com)
- systemctl start apache2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement