Search found 3 matches

by Jonfen
January 24th, 2012, 12:49 pm
Forum: General Help
Topic: Intermediate certificate
Replies: 8
Views: 4791

Re: Intermediate certificate

If I understand your question correctly the answer is that it depends the certificate. The certificate must be issued by a company like Comodo, Verisign or Thawte etc, who verify that the domain belongs to you. (I bought mine cheap from Alpha SSL) I don't know how sabnzbd loads the certificates toda...
by Jonfen
January 24th, 2012, 3:34 am
Forum: General Help
Topic: Intermediate certificate
Replies: 8
Views: 4791

Re: Intermediate certificate

I don't know if this might help. When you have a chained certificate you have three files instead of two; Key, CA certificate and the intermediate certificate. The Cherrypy class pyOpenSSLAdapter can take a third argument, certificate_chain. That is the intermediate certificate. http://docs.cherrypy...
by Jonfen
January 23rd, 2012, 10:48 am
Forum: General Help
Topic: Intermediate certificate
Replies: 8
Views: 4791

Re: Intermediate certificate

It works for me. I don't know if something was updated to make this work since this thread was started but it works if you place the CA and intermediate certs in the same file. Create a new file and paste the two certs after eachother like this: -----BEGIN CERTIFICATE----- The CA certificate -----EN...