Forum Discussion

DenverRB_326662's avatar
DenverRB_326662
Icon for Nimbostratus rankNimbostratus
May 23, 2018
Solved

SSL Certificate

Is there any How To Guides on generating a certificate from the GUI that has Multiple Certificate Subjects,

 

The first Certificate Subject would be the CSR generated from the F5 and comes back from the CA. Second Subject would be the Root Certificate Authority The third Subject would be the CA.

 

I'm coming into the environment, found this config and was unable to find any guides on this. I would be interested in learning how it was accomplished.

 

Thanks,

 

  • Find the link which will help to generate CSR. If you have multiple SAN name then add below in place of

    Subject Alternative Name
    including common name.

            DNS:www.xyz.com, DNS:www.abc.com, DNS:www.pqr.com
    

    CSR Generation: https://knowledge.symantec.com/support/ssl-certificates-support/index?page=content&actp=CROSSLINK&id=INFO220

    Download the CSR, decode and verify, whether you have generated correctly: link. Send the CSR to 3rd party CA provider(DigiCert, VeriSign, etc.) to get the Certificate.

    You will get Certificate and RootCA/IntermediateCA file from 3rd party CA provider. Import all file to LB. And attach cert, key, RootCA to profile.

    Cheers..

2 Replies