Hi Jacques,

However, I would need to be able to use the old certificates I have. Is
there still any way to use them ?


Do I have to convert unicode to binary to have something like
leftid=asn1dn:#0a010110101...

Moreover the sharp sign seems to be interpreted as commentary in bash,
how am I suppose to prevent it ?

You have to use quotes.

        leftid="asn1dn:#306c310b3009060355040613024445...

And you have to specify the DN in DER encoded format.

openssl asn1parse decodes my DN example to
    0:d=0  hl=2 l= 108 cons: SEQUENCE
    2:d=1  hl=2 l=  11 cons:  SET
    4:d=2  hl=2 l=   9 cons:   SEQUENCE
    6:d=3  hl=2 l=   3 prim:    OBJECT            :countryName
   11:d=3  hl=2 l=   2 prim:    PRINTABLESTRING   :DE
   15:...

Regards,
Volker
_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to