Last modified by Alexandru Pentilescu on 2023/06/25 18:53

From version 10.1
edited by Alexandru Pentilescu
on 2022/06/11 22:55
Change comment: There is no comment for this version
To version 12.1
edited by Alexandru Pentilescu
on 2022/11/13 22:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -238,9 +238,9 @@
238 238  
239 239  Technically, the ssl_certificate_key should point to your private key file. DO NOT, UNDER ANY CIRCUMSTANCES, GIVE THIS TO ANYONE. This has to be kept private and only you and Nginx should have access to it.
240 240  
241 -chain.pem contains your public certificate along with the signature from your certificate authority proving its validity.
241 +chain.pem contains your public certificate along with the CA's intermediate certificate that signed your certificate.
242 242  
243 -fullchain.pem contains everything that chain.pem contains, plus the certificate's authority's own public certificate, signed by a root certificate authority, one that should be recognized by any visitor's web browser.
243 +fullchain.pem contains everything that chain.pem contains, plus the certificate's authority's own public root certificate, which was used in signing the intermediate certificate mentioned above, one that should be recognized by any visitor's web browser.
244 244  
245 245  As such, please change these file paths to the 3 files that you will be using from your respective CA. If in doubt, always ask for professional help from a sysadmin!
246 246