Thanks a lot Gertjan,
actually i already read your tutorial post in 2013 , before i start setting the certificates . but it seems that the procedure in startssl.com changed somehow , it is not exactly as you explained that time . for example when apply for a certifictate wrote , that you have first to write a PSK , then the CSR ,….
now startssl directly asks you to submit the csr directly ,that means you must prepare your csr and generate your private key alone using openssl for example , then you submit the csr .
i got confused , that after you submit the csr , they offer you two options one of them if you want to support the PKI system, if you choose it then startssl will ask you to write a PSK (which PSK should i give , the one i used by openssl when i genertaed my private key , or a new PSK??) and then they will generate a private key. So i got confused which private key i have to use: the one i generated by openssl or a different one ? taking in consideration my csr request has been signed by the private key i genertaed by openssl
what i did exactly:
1- generate private key:#openssl genrsa -aes128 -out key.key 2048
2-generate csr request:#openssl req -new -key key.key -out certificate.csr
3- i copy the contect of certificate.csr to the startssl.com (csr field)
4- (should i choose PKI system or not in the bottom of the page ?) i got confused here
5- generate the certificate he sent me three certificates:root , intermediate and CA.
i noticed in your images he classified the issuer as Root+intermediate+... that is not the case in my certificates.
another question when you generate the CSR which information you have to include: i just included my domain name and the Country is there anything else? i will send you some images tomorrow. if you access the startssl.com now you will see what i mean.
6- on Pfsense i applied under CAs leaf : first the root , second the intermediate: her there is an optional field if you want to paste the private key as well . again the question , which private key the one of openssl or the one of PKI in openssl?
as you see there is some confused points need to be clarified .