Remove reference to renewals

This commit is contained in:
Lauri Võsandi 2021-06-06 12:13:06 +00:00
parent d549ab4999
commit e2cbae9384
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ def certidude_enroll(fork, no_wait, kerberos):
os.rename(certificate_partial, certificate_path) os.rename(certificate_partial, certificate_path)
else: else:
click.echo("Certificate found at %s and no renewal requested" % certificate_path) click.echo("Certificate found at %s" % certificate_path)
############################## ##############################
# Configure related services # # Configure related services #