Re: Iked and PKCS7

2019-09-10 Thread Sebastian Benoit
Tristan Pilat(cont...@tristanpilat.com) on 2019.09.09 10:02:32 +0200: > Hello all, > > It's the first time I'm trying to set up a site-to-site IKEv2 VPN with a > non OpenBSD device at the other side. I've been asked to provide a CSR, > then they sent me a PKCS7 certificate in return. > > Is there

Re: Iked and PKCS7

2019-09-09 Thread pierre1.bardou
Hello, You can convert it to PEM format using openssl pkcs7. -- Cordialement, Pierre BARDOU -Message d'origine- De : owner-m...@openbsd.org De la part de Tristan Pilat Envoyé : lundi 9 septembre 2019 10:03 À : misc@openbsd.org Objet : Iked and PKCS7 Hello all, It's the firs

Iked and PKCS7

2019-09-09 Thread Tristan Pilat
Hello all, It's the first time I'm trying to set up a site-to-site IKEv2 VPN with a non OpenBSD device at the other side. I've been asked to provide a CSR, then they sent me a PKCS7 certificate in return. Is there any way to install this kind of certificate with iked? If so, how do I proceed?