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 any way to install this kind of certificate with iked? If so, how > do I proceed? > > Thank you for your help.
PKCS7 is just another format (actually one that can contain multiple certs in one container). Something like openssl pkcs7 -print_certs -in file.p7b -out file.pem can be used to convert it. /B