This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:tutos:misc:gen_own_trusted_ca [2020/02/08 22:48] – admin | docu:tutos:misc:gen_own_trusted_ca [2020/02/08 22:54] (current) – admin | ||
---|---|---|---|
Line 87: | Line 87: | ||
update-ca-certificates | update-ca-certificates | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | ==== Things to consider on Reverse Proxies ===== | ||
+ | * **Nginx and Apache** let you specify both the **.crt and the .key** file in **different directives**.\\ | ||
+ | * **HAProxy** uses a packed .pem file which **contains the .crt and .key** file all in one (**cat yourdomain.com.crt yourdomain.com.key > yourdomain.com.pem**) |