openssl crl -inform DER -noout -in ./662a42402a8970.71895261.crllist
27251558100992:error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag:/usr/src/crypto/openssl/crypto/asn1/tasn_dec.c:1149:27251558100992:error:0D07803A:asn1 encoding routines:asn1_item_embed_d2i:nested asn1 error:/usr/src/crypto/openssl/crypto/asn1/tasn_dec.c:309:Type=X509_CRL
I have a self signed root certificate and intermediate certificates.
-----BEGIN CERTIFICATE----- Client Certificate -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- Intermediate CA Certificate -----END CERTIFICATE-----
Did you create both Root and Intermediate in OPNsense : System : Trust ?
Does the client present it's certificate _with_ the intermediate combined (ie. both certs in single pem file) ?
I create both certificates as self signed certificate in OPNsense Trust. For the CRL i use the function of OPNsense Trust too.
I don't know if my client (firefox) present the certificate in this way. How can i check this?For the client certificate i use the export on the OPNsense Trust.I use the function export ca+user cert+user key in p12 format. So i think the client has all necessary information to send the cert in the right way.