mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
update hashin comment
This commit is contained in:
parent
d93e4edd34
commit
b92edb9f03
2 changed files with 2 additions and 2 deletions
|
|
@ -694,7 +694,7 @@ if [ "$1" = "--le-auto-phase2" ]; then
|
|||
|
||||
# Hashin example:
|
||||
# pip install hashin
|
||||
# hashin -r letsencrypt-auto-requirements.txt cryptography==1.5.2
|
||||
# hashin -r dependency-requirements.txt cryptography==1.5.2
|
||||
# sets the new certbot-auto pinned version of cryptography to 1.5.2
|
||||
|
||||
argparse==1.4.0 \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Hashin example:
|
||||
# pip install hashin
|
||||
# hashin -r letsencrypt-auto-requirements.txt cryptography==1.5.2
|
||||
# hashin -r dependency-requirements.txt cryptography==1.5.2
|
||||
# sets the new certbot-auto pinned version of cryptography to 1.5.2
|
||||
|
||||
argparse==1.4.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue