Page 1 of 1

Thawte Server cert and nsCertType=server

Posted: Mon Apr 29, 2013 5:34 am
by alexs_yb
Hi

I am using a certificate i got from Thawte for my vpn server. Unfortunately it doesn't seem to come with nsCertType=Server.

Have I just picked the wrong certificate type from Thawte .. have others used Thawte ?

Thanks

Re: Thawte Server cert and nsCertType=server

Posted: Mon Apr 29, 2013 2:18 pm
by janjust
instead of using
ns-cert-type server
try using

Code: Select all

remote-cert-tls server
otherwise, post the output of

Code: Select all

openssl x509 -text -noout -in server.crt
here