initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2021-09-03 23:19:02 +02:00
parent d18fa1319f
commit e52aafe23a

View File

@ -13,9 +13,9 @@ Generate a long random password with:
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1
```
Replace `very_long_secret` with the long generated password and replace `/.certs/service` with the location for your keys and the name (different name for each key "service")
Default generally is `~/.ssh/id_rsa`, you can omit `-f "/.certs/service"` if you don't want to choose it.
Replace `very_long_secret` with the long generated password and replace `/opt/.certs/service` with the location for your keys and the name (different name for each key "service")
Default generally is `~/.ssh/id_rsa`, you can omit `-f "/opt/.certs/service"` if you don't want to choose it.
```
ssh-keygen -t rsa -b 4096 -f "/.certs/service" -N jw7sfh9y2e5ma9er4qwy3a6cz3gpkcjwkd4r7j4h8czhqy2fbaypvw9rtv587q2k
ssh-keygen -t rsa -b 4096 -f "/opt/.certs/service" -N jw7sfh9y2e5ma9er4qwy3a97j4h8czhqy2fbaypv9er4qwy3a9w9rtv587q2k
```