Improve UA default in docs (#6120)

* Use less informative UA values in docs.

* set CERTBOT_DOCS during release
This commit is contained in:
Brad Warren
2018-06-21 15:40:42 -07:00
committed by ohemorange
parent 2ac0b55208
commit 1e1e7d8e97
3 changed files with 45 additions and 3 deletions
+2 -1
View File
@@ -153,7 +153,8 @@ kill $!
cd ~-
# get a snapshot of the CLI help for the docs
certbot --help all > docs/cli-help.txt
# We set CERTBOT_DOCS to use dummy values in example user-agent string.
CERTBOT_DOCS=1 certbot --help all > docs/cli-help.txt
jws --help > acme/docs/jws-help.txt
cd ..