User Tools

Site Tools


comodo_certificats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
comodo_certificats [2018/03/01 08:00] chriscomodo_certificats [2018/03/01 08:08] (current) chris
Line 3: Line 3:
 Upon requesting certificats at COMODO you will receive the following 4 files: Upon requesting certificats at COMODO you will receive the following 4 files:
  
-- AddTrustExternalCARoot.crt +- AddTrustExternalCARoot.crt\\ 
-- COMODORSAAddTrustCA.crt +- COMODORSAAddTrustCA.crt\\ 
-- COMODORSADomainValidationSecureServerCA.crt +- COMODORSADomainValidationSecureServerCA.crt\\ 
-- *YOURDOMAINNAME*.cer+- *YOURDOMAINNAME*.cer\\ 
 + 
 +To create just one working CRT file you need to combine all the 4 files into a singel CRT file. On a terminal you need to enter the following command:\\ 
 + 
 +  cat *yourdomainname*.crt ComodoRSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt >> a_name_you_like.crt \\ 
 + 
 +Open the just new created a_name_you_like.crt and check if the  
 + 
 +-----BEGIN CERTIFICATE-----\\ 
 +-----END CERTIFICATE----- 
 + 
 +are on top of eachother not beside. So this would be wrong: 
 + 
 +-----BEGIN CERTIFICATE----------END CERTIFICATE----- 
 + 
 +Correct this and also check that there are no spaces at the end. 
 + 
 +Once you have finished editing the file you should be good to go to user your new created file in NGINX or APACHE. 
 +\\ 
 +\\ 
 + 
 +Your ArtIT Team 
  
 \\ \\
comodo_certificats.1519887631.txt.gz · Last modified: 2018/03/01 08:00 by chris