Gareth Williams
Gareth Williams
The following example I've cobbled together shows the issue: ``` from asn1crypto import algos, csr, keys, pem, core from asn1crypto.x509 import Name #------------------------------------------- # Copied from another module and simplified...
@joernheissler - thank you. Annoyingly, I didn't try that one! I've just confirmed with `openssl req` that with the above, the generated request does indeed have the empty SET OF...
'b' also aligns with the statement from OpenSSL's `req` man page where further down the man page under DIAGNOSTICS it again mentions the expected `0xa0 0x00` of the empty SET...
I used a similar example to the documentation, but called named it `acme_tls` instead of `local_tls` throughout the config file and it worked.