Adding default notifications

This commit is contained in:
kevgliss
2015-08-01 19:08:46 -07:00
parent b2a4219a0f
commit aef1587635
2 changed files with 79 additions and 1 deletions

View File

@ -297,7 +297,7 @@ def create_csr(csr_config):
x509.SubjectAlternativeName(general_names), critical=True
)
# TODO support more CSR options, none of the authorities support these atm
# TODO support more CSR options, none of the authority plugins currently support these options
# builder.add_extension(
# x509.KeyUsage(
# digital_signature=digital_signature,