mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Updated Stateless Mode (markdown)
@@ -22,25 +22,22 @@ Remember the the thumbprint in the last line:
|
||||
http {
|
||||
...
|
||||
server {
|
||||
|
||||
...
|
||||
|
||||
location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$" {
|
||||
default_type text/plain;
|
||||
return 200 "$1.6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd";
|
||||
}
|
||||
|
||||
...
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
3. Ok, you can issue cert now.
|
||||
|
||||
```
|
||||
acme.sh --issue -d example.com --stateless
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user