dvtirol / serles-acme

Pluggable ACME: a tiny ACME-CA implementation to enhance existing CA infrastructure
https://serles-acme.readthedocs.io/
GNU General Public License v3.0
46 stars 10 forks source link

RFC 8738 IP Identifier Validation Support #11

Open Leo1003 opened 2 days ago

Leo1003 commented 2 days ago

RFC 8738 add support for certificate having IP address in their SANs.

It would be nice to support that since people might have some servers using IP address in their private network (e.g. LDAP server, database server, mail server...).

uedvt359 commented 2 days ago

agreed, this would be nice! we don't have immediate plans for implementing this, but a PR would be gladly accepted.

at first glance, there should not be many changes necessary, but i haven't read the spec yet. what i'm remembering:

if you can think of anything else, please let us know

Leo1003 commented 1 day ago

I currently have an initial implementation on my fork. However, I haven't well tested it yet and it requires some modifications to merge back to this repo. I think I can submit a PR after resolving these issues.