mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add docs to run a development ca with gnuls
This commit is contained in:
parent
122cfb4757
commit
ed82234305
2 changed files with 71 additions and 2 deletions
|
|
@ -14,8 +14,10 @@ There are three ways to get a TLS certificate for your HTTPS server:
|
|||
[Let's encrypt](https://letsencrypt.org/) without a fee.
|
||||
See their instruction, e.g.
|
||||
[certbot for nignx on Ubuntu](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal).
|
||||
3. Run your own little CA. Which has the major drawback that someone
|
||||
will have to import the root certificate in the webbrowsers manually.
|
||||
3. [Run your own little CA](development-ca.md).
|
||||
Which has the major drawback that someone
|
||||
will have to import the root certificate in the webbrowsers manually or
|
||||
override warning on each connect.
|
||||
Suitable for development purposes.
|
||||
|
||||
To decide between 1. and 2. you will need to weight the extra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue