diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index aa8bd82a5..b048f0212 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -28,10 +28,10 @@ def main(): nargs="+") parser.add_argument("-s", "--server", dest="server", help="The ACME CA server address.") - parser.add_argument("-p", "--privkey", dest="privkey", + parser.add_argument("-p", "--privkey", dest="privkey", type=file, help="Path to the private key file for certificate " "generation.") - parser.add_argument("-c", "--csr", dest="csr", + parser.add_argument("-c", "--csr", dest="csr", type=file, help="Path to the certificate signing request file " "corresponding to the private key file. The " "private key file argument is required if this "