I have requested SSL cert from my CA after CSR submission. So i have 4 certs given by the CA. Normally i pasted following in order for my nginx ssl (ON PREM servers) . But how can import those in ACM. i have following
- Private key
- primary certificate
- intermediate certificate
- the root certificate. I normally append all those to generate the key for nginx. But which part should be added to each section of the ACM.
I'm guessing following in ACM.
Certificate body - this should include all 4 certs (append one after other) cert primary key - its 1 Certificate chain - optional - what should i include here ? or can i just ignore this ?