Skip to content

Commit

Permalink
Fixed the report of stored certificates (.pem files).
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Aug 24, 2021
1 parent 8ddd1fc commit 919cc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certbot_castle/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1.dev"
__version__ = "0.9.2.dev"
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def request_cert(args, config):
config.cert_path = cert_path
config.fullchain_path = fullchain_path
config.chain_path = chain_path
certbot_main._report_new_cert(config, cert_path, chain_path, fullchain_path)
certbot_main._report_new_cert(config, cert_path, fullchain_path, key.file)
if (not config.dry_run):
certbot_main._install_cert(config, le_client, args.email)
else:
Expand Down

0 comments on commit 919cc8d

Please sign in to comment.