Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bless/config/bless_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, aws_region, config_file):

The [Bless CA] section is required.
:param aws_region: The AWS Region BLESS is deployed to.
:param config_file: Path to the connfig file.
:param config_file: Path to the config file.
"""
self.aws_region = aws_region
defaults = {CERTIFICATE_VALIDITY_BEFORE_SEC_OPTION: CERTIFICATE_VALIDITY_SEC_DEFAULT,
Expand Down