file paths are difficult
This commit is contained in:
parent
9895c5a768
commit
80ed6358d8
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
sudo openssl genrsa -out /root/ca.key 4096
|
sudo openssl genrsa -out /root/ca.key 4096
|
||||||
sudo openssl req -x509 -new -nodes -key /root/ca.key -sha256 -days 1024 -out /root/ca.crt -subj "/C=CH/ST=Zurich/L=Zurich/O=InterstellarNet/CN=INTERSTELLAR"
|
sudo openssl req -x509 -new -nodes -key /root/ca.key -sha256 -days 1024 -out /root/ca.crt -subj "/C=CH/ST=Zurich/L=Zurich/O=InterstellarNet/CN=INTERSTELLAR"
|
||||||
sudo cp ca.crt /usr/local/share/ca-certificates/
|
sudo cp /root/ca.crt /usr/local/share/ca-certificates/
|
||||||
sudo update-ca-certificates
|
sudo update-ca-certificates
|
||||||
|
|
Loading…
Reference in a new issue