Commit 23b99a24 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Vincent Pelletier

http: Fix comment.

It is not expiration which is disabled, but pruning from database.
parent 708ee113
......@@ -442,7 +442,7 @@ def main(argv=None, until=utils.until):
db_path=args.db,
table_prefix='cau',
max_csr_amount=args.user_max_csr,
# Effectively disables certificate expiration
# Effectively disables certificate pruning
crt_keep_time=cau_crt_life_time,
crt_read_keep_time=cau_crt_life_time,
enforce_unique_key_id=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment