smallstep / crypto

Crypto is a collection of packages used by Smallstep products
Apache License 2.0
71 stars 24 forks source link

Add support for setting the raw subject in the templates #545

Closed maraino closed 2 months ago

maraino commented 2 months ago

This commit allows setting the raw subject of the certificate. For example, it allows copying the subject for the CR without changing the types of some subject fields from UTF8String to PrintableString.

Fixes smallstep/certificates#1917