From 07a4362d39fa45fbd3916756245a14411a70c6b1 Mon Sep 17 00:00:00 2001 From: srvrco Date: Wed, 15 Jun 2016 15:20:04 +0100 Subject: [PATCH] changing location to 'user' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8bb8b4..8e4e32c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf" # Set an email address associated with your account - generally set at account level rather than domain. ACCOUNT_EMAIL="me@example.com" ACCOUNT_KEY_LENGTH=4096 -ACCOUNT_KEY="/home/me/.getssl/account.key" +ACCOUNT_KEY="/home/user/.getssl/account.key" PRIVATE_KEY_ALG="rsa" # The time period within which you want to allow renewal of a certificate - this prevents hitting some of the rate limits. @@ -90,7 +90,7 @@ then, within the **working directory** there will be a folder for each certifica # Set an email address associated with your account - generally set at account level rather than domain. #ACCOUNT_EMAIL="me@example.com" #ACCOUNT_KEY_LENGTH=4096 -#ACCOUNT_KEY="/home/andy/.getssl/account.key" +#ACCOUNT_KEY="/home/user/.getssl/account.key" PRIVATE_KEY_ALG="rsa" # Additional domains - this could be multiple domains / subdomains in a comma separated list @@ -172,7 +172,7 @@ Verifing www.yourdomain.com Verified www.yourdomain.com Verification completed, obtaining certificate. Certificate saved in /home/user/.getssl/yourdomain.com/yourdomain.com.crt -The intermediate CA cert is in /home/andy/.getssl/yourdomain.com/chain.crt +The intermediate CA cert is in /home/user/.getssl/yourdomain.com/chain.crt copying domain certificate to ssh:server5:/home/yourdomain/ssl/domain.crt copying private key to ssh:server5:/home/yourdomain/ssl/domain.key copying CA certificate to ssh:server5:/home/yourdomain/ssl/chain.crt