mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor: add version to useragent
This commit is contained in:
parent
75da0713d2
commit
08928b486b
2
acme.sh
2
acme.sh
@ -11,7 +11,7 @@ PROJECT="https://github.com/Neilpang/$PROJECT_NAME"
|
||||
DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
|
||||
DEFAULT_AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
|
||||
|
||||
DEFAULT_USER_AGENT="$PROJECT_ENTRY client: $PROJECT"
|
||||
DEFAULT_USER_AGENT="$PROJECT_ENTRY client v$VER : $PROJECT"
|
||||
|
||||
STAGE_CA="https://acme-staging.api.letsencrypt.org"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user