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

70 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
Fadi Abbud
e259a5878b (minor) Typo 2022-02-09 16:22:31 +01:00
Fadi Abbud
566e4260df
Add License header to Makefile and adjust the README (#53)
* Add License header to Makefile and adjust the README
2022-02-09 15:52:05 +01:00
Sascha L. Teichmann
9680a220be Rename binaries folder to bin. 2022-02-02 11:20:51 +01:00
Fadi Abbud
ec6cabb9ac Add one target to Makefile
* "build_linux": building for GNU/linux
* "build": Building for both linux and windows (cross build)
* Place the generate binaries under "binaries/" directory
* Improve echo messages
2022-01-31 13:09:47 +01:00
Fadi Abbud
84c3a108d0 Add some detail 2022-01-18 16:16:33 +01:00
Fadi Abbud
d37706e1e2 Fix typo 2022-01-18 09:48:06 +01:00
Fadi Abbud
97ca513f9b Add Makefile for building go components
* Makefile with the following targets
	** build for (linux system)
     	** build_win  (windows system)
     	** build_tag (build from the last tag)
     	** clean  for (removing the binaries)
* Adjust README file
2022-01-17 17:11:15 +01:00
Fadi Abbud
3281387087 Configure nginx for client certificate authentication 2022-01-12 12:03:15 +01:00
Bernhard E. Reiter
6bd0e3da20
fix typos in README.md 2022-01-10 15:14:20 +01:00
Bernhard E. Reiter
d599b11c56
Improve writing of License section in README.md 2022-01-10 15:12:53 +01:00
Fadi Abbud
c3475c4440 Improve Phrasing and move 3rdpartylicenses one up. 2021-12-16 16:26:08 +01:00
Fadi Abbud
89224a52b9 Add Third party licenses info 2021-12-16 15:18:11 +01:00
Fadi Abbud
e1d919f4a9 Fix typo 2021-12-13 12:45:30 +01:00
Fadi Abbud
6bc327b2a3 Adjust README for csaf_uploader 2021-12-13 11:06:19 +01:00
Fadi Abbud
be820550c9 Append License Info to READEME 2021-12-10 09:23:06 +01:00
Sascha L. Teichmann
766a4395c7 Be a bit more precise with Go version. 2021-11-29 20:32:14 +01:00
Fadi Abbud
920a758226 Add Setup instructions to README 2021-11-29 17:06:03 +01:00
Sascha L. Teichmann
6b05323271 Fixed project name. 2021-11-25 12:32:12 +01:00
Sascha L. Teichmann
c2a483fc95 first commit 2021-11-16 13:41:56 +01:00