Mulesoft- SSL Certificate Configuration for CloudHub DLB
In this article, focus is more on how to generate server.crt(public key), root.crt and intermediate.crt and how to resolve SSL-PKIX Path building failed error in case the server.crt is not having fullchain.crt that contains - server.crt->intermediate.crt -> root.crt in fullchain.crt in sequence file while attaching to DLB. Step 1: Prepare Your Certificate Files the following are needed: Private Key – (signed by CA, can be called as server.key/root.key) Public Certificate – server.crt/public.crt Intermediate Certificate Chain (if applicable) – fullchain.crt (server.crt, intermediate.crt and root.crt in oder of sequence) If there is only server.key/root.key/private.key and public.cert/server.crt how to generate root.crt and intermediate.crt using server.key/root.key/private.key in order to generate certificate-chain.cert that contains sever.cert, intermediate.cert and root.cert if you have private.key(serer.key), follow steps: generate root certificate usi...