Skip to content

Commit

Permalink
Update letsencrypt-microtik.sh
Browse files Browse the repository at this point in the history
Support for Wildcard Let's Encrypt Certificates
  • Loading branch information
gitpel authored May 27, 2018
1 parent e438c2a commit 13fb44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions letsencrypt-microtik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ if [ ! -f $CERTIFICATE ] && [ ! -f $KEY ]; then
echo -e "Please use CertBot Let'sEncrypt:"
echo "============================"
echo "certbot certonly --preferred-challenges=dns --manual -d $DOMAIN --manual-public-ip-logging-ok"
echo "or (for wildcard certificate):"
echo "certbot certonly --preferred-challenges=dns --manual -d *.$DOMAIN --manual-public-ip-logging-ok --server https://acme-v02.api.letsencrypt.org/directory"
echo "==========================="
echo -e "and follow instructions from CertBot\n"
exit 1
Expand Down

0 comments on commit 13fb44f

Please sign in to comment.