Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Command to Renew WildCard SSL (*.egovernments.org)


Code Block
# sudo ./certbot-auto --email egov-systems@egovernments.org -d *.egovernments.org --manual --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory certonly

Then, the command replies:

Image Added


Configure the DNS server to add a record to domain. The record is like this:

WhereWhat
TypeTXT
Name_acme-challenge
Value<acme-challenge-value>

Come back to the terminal, and Then press Enter.

Done.

Note: