mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 10:10:46 +08:00
Update quick-start.rst
This commit is contained in:
parent
5fcfe7215b
commit
5d488bbea3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Moving forward we will refer to your base domain using **<your base domain>**. R
|
||||||
|
|
||||||
5. Generate SSL Certificates using certbot:
|
5. Generate SSL Certificates using certbot:
|
||||||
|
|
||||||
``certbot certonly --manual --preferred-challenges=dns --email your@email.com --server https://acme-v02.api.letsencrypt.org/directory --agree-tos --manual-public-ip-logging-ok -d "*.<your base domain>"``
|
``sudo certbot certonly --manual --preferred-challenges=dns --email your@email.com --server https://acme-v02.api.letsencrypt.org/directory --agree-tos --manual-public-ip-logging-ok -d "*.<your base domain>"``
|
||||||
|
|
||||||
The above command (using your domain instead of <your base domain>), will prompt you to enter a TXT record in your DNS service provider. Do this, and wait a few seconds before clicking enter, or it may fail and you will have to run the command again.
|
The above command (using your domain instead of <your base domain>), will prompt you to enter a TXT record in your DNS service provider. Do this, and wait a few seconds before clicking enter, or it may fail and you will have to run the command again.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue