Skip to content

Commit db11ee7

Browse files
committed
remove manual mode and fix missing wildcard
The wildcard went completely missing somewhere before the merge. In the original design, wildcard certificate usage was about to be referenced with a manual mode example. Running a manual mode with the current example would not produce a wildcard certificate because of the missing \*. subdomain. Furthermore, it would not do anything because a manual DNS mode requires a sort of confirmation command, more info acmesh-official/acme.sh#1029. Because of the many quirks of the various DNS modes, a separate subcommand page `acme.sh dns` was created.
1 parent d9e0324 commit db11ee7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pages/common/acme.sh.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# acme.sh
22

33
> Shell script implementing ACME client protocol, an alternative to certbot.
4+
> See also `acme.sh dns`.
45
> More information: <https://github.com/acmesh-official/acme.sh>.
56
67
- Issue a certificate using webroot mode:
@@ -23,13 +24,9 @@
2324

2425
`acme.sh --issue --apache --domain {{example.com}}`
2526

26-
- Issue a wildcard (\*) certificate using a manual DNS mode:
27+
- Issue a wildcard (\*) certificate using an automatic DNS API mode:
2728

28-
`acme.sh --issue --dns --domain {{example.com}}`
29-
30-
- Issue a certificate using an automatic DNS API mode:
31-
32-
`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}}`
29+
`acme.sh --issue --dns {{dns_cf}} --domain {{*.example.com}}`
3330

3431
- Install certificate files into the specified locations (useful for automatic certificate renewal):
3532

0 commit comments

Comments
 (0)