Advertisement
niammuddin

certbot certonly

May 9th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. certbot certonly --manual -d *.mikcloud.my.id -d mikcloud.my.id \
  2. --agree-tos \
  3. --no-bootstrap \
  4. --manual-public-ip-logging-ok \
  5. --preferred-challenges dns-01 \
  6. --server https://acme-v02.api.letsencrypt.org/directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement