Jerry,
When you create the intermediate certificate, you need to add the
following attribute :-
basicConstraints=CA:true
Otherwise, the intermediate CA certificate can not issue server certificates.
Best regards, John Mok
On Thu, Nov 27, 2014 at 3:43 PM, Jerry OELoo wrote:
> Hi All:
> Now I
Hi All:
Now I want to create a certificate chain by myself.
It will looks like as below:
Server Certificate -> Intermediate CA -> Root CA.
Now I am using openssl command to create these certificate files.
# Create CA
openssl genrsa -out ca.key 4096
openssl req -new -x509 -nodes -sha1 -days 1825