mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add wildcard example (#9164)
* Add wildcard example * Update wildcard example
This commit is contained in:
parent
16aad35d31
commit
afc5be5abe
1 changed files with 9 additions and 0 deletions
|
|
@ -77,6 +77,15 @@ Examples
|
|||
-d example.com \\
|
||||
-d www.example.com
|
||||
|
||||
.. code-block:: bash
|
||||
:caption: To acquire a wildcard certificate for ``*.example.com``
|
||||
|
||||
certbot certonly \\
|
||||
--dns-digitalocean \\
|
||||
--dns-digitalocean-credentials ~/.secrets/certbot/digitalocean.ini \\
|
||||
-d example.com \\
|
||||
-d '*.example.com'
|
||||
|
||||
.. code-block:: bash
|
||||
:caption: To acquire a certificate for ``example.com``, waiting 60 seconds
|
||||
for DNS propagation
|
||||
|
|
|
|||
Loading…
Reference in a new issue