egberts / tls-ca-manage

Multi-level Certificate Authority Management tool, front-end tool to OpenSSL, written in bash shell.
MIT License
41 stars 8 forks source link

Streamline the data entry for SubjectAltName (DESIGN) #8

Open egberts opened 2 years ago

egberts commented 2 years ago

In the spirit of input-less batch mode, we would need some kind of long-term storage of DNS and IP addresses associated with the creation of a specified 'server'-type certificate having the subjectAltName OID support (or SAN, for short).

at the moment, data entry of subjectAltNames occurs at first-time creation, there doesnt seem to be a design for making a renew certificate with additional or changed SAN entries.

egberts commented 2 years ago

ok, i have fixed the data entry from an interactive POV.

Still have the batch-mode.