1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00
Commit graph

263 commits

Author SHA1 Message Date
Fadi Abbud
6a106640c6
Improve docs: add instructions to install TLS cert for nginx
* Add instructions for installing a TLS server certificate on nginx 
 * Fix link to nginx in README.md
 * List all three ways to get a webserver TLS certificate. With some
   hints on which to chose for which purpose.
 * Do not add CSR instructions, because they can change over time and each CA may
   have slightly different requirements.
 * Add a hint about setting protocol selection.
 * Fix typo in provider-setup.md
2022-02-14 12:39:40 +01:00
Bernhard Reiter
122cfb4757
Improve install-server-certificate.md
* Add technical hint about ERR_SSL_KEY_USAGE_INCOMPATIBLE.
 * Improve format and spelling.
 * Remove OSCP hint as this is related to client certificates.
2022-02-14 10:45:02 +01:00
Bernhard Reiter
d3f99189b5
Rework docs/install-server-certificate.md
* List all three ways to get a webserver TLS certificate. With some
   hints on which to chose for which purpose.
 * Refer to the official nginx documentation and remove some of the
   instructions, because they can change over time and each CA may
   have slightly different requirements.
 * Add a hint about setting protocol selection.
2022-02-11 17:42:24 +01:00
Bernhard Reiter
a39c8669d9
Fix typo in provider-setup.md 2022-02-11 15:36:08 +01:00
Fadi Abbud
078ccdbd69 Fix Typo 2022-02-09 16:30:32 +01:00
Fadi Abbud
05f35a76af Instruction for installing TLS server certificate on nginx 2022-02-02 15:19:25 +01:00
Fadi Abbud
dd8378fe19 Use recommended ciphers and typo
* "des3" --> "aes256"
2022-01-12 14:24:21 +01:00
Fadi Abbud
3281387087 Configure nginx for client certificate authentication 2022-01-12 12:03:15 +01:00
Sascha L. Teichmann
666faf5a5a Describe how to enable dir listings and link following. 2021-11-30 16:13:10 +01:00
Sascha L. Teichmann
e956455592 Fixed missing sentence in readme. 2021-11-30 13:14:12 +01:00
Sascha L. Teichmann
3fe5b532ad Added right change for www-data 2021-11-30 13:11:26 +01:00
Fadi Abbud
fd851a7317 Remove a needless backtick 2021-11-30 11:13:46 +01:00
Sascha L. Teichmann
2a74c2d5da Initial nginx setup for provider. 2021-11-29 14:52:05 +01:00