mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Merge remote-tracking branch 'origin/letstest-no-profile' into test-letstest-all-changes
This commit is contained in:
commit
5497d59f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ cl_args = parser.parse_args()
|
|||
# assumes naming: <key_filename> = <keyname>.pem
|
||||
KEYFILE = cl_args.key_file
|
||||
KEYNAME = os.path.split(cl_args.key_file)[1].split('.pem')[0]
|
||||
PROFILE = cl_args.aws_profile
|
||||
PROFILE = None if cl_args.aws_profile.lower() == 'none' else cl_args.aws_profile
|
||||
|
||||
# Globals
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue