Dear all,
I want to connect ipsec tunnel from my branch office to head office.In my Head Office,one exist firewall “enpaq”
there and i have to stablish one tunnel from this enpaq firewall to my mikrotik(v3.11)of branch offce.Enpaq people has generate one ssl certificate(certificate.crt) and sent to me now they want from my side a ssl certificate.I checked in manuals but could get only certificate-request.pem and private-key.pem.How can i convert it in to *.crt extension and how can i implement certificate in to my mikrotik firewall.plz help
hi..
what happend guys…no reply…is it too difficult question?
easy, it is only 2 hours since you asked your question, this is a forum only with volunteers.
openssl x509 -in cert.pem -out cert.crt –outform DER
this is how you convert your certificate, if you want all in one .crt-file simply paste the public key after the private key in the file.
and you need a linux or windows-box with cygwin for that,i have no idea if and how that works on a pure windows-system
thanx