comodo_certificats
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| comodo_certificats [2018/03/01 07:57] – created chris | comodo_certificats [2018/03/01 08:08] (current) – chris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Test | + | ====How to install COMODO certificats==== |
| + | \\ | ||
| + | Upon requesting certificats at COMODO you will receive the following 4 files: | ||
| + | |||
| + | - AddTrustExternalCARoot.crt\\ | ||
| + | - COMODORSAAddTrustCA.crt\\ | ||
| + | - COMODORSADomainValidationSecureServerCA.crt\\ | ||
| + | - *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 | ||
| + | |||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | **[[linux|BACK]]** | ||
comodo_certificats.1519887449.txt.gz · Last modified: 2018/03/01 07:57 by chris
