There was an error while loading. Please reload this page.
1 parent 7016a95 commit 5cd54edCopy full SHA for 5cd54ed
README.md
@@ -69,7 +69,7 @@ Installation
69
6. Set `scripts/ldap_update.php` to run on a regular cron job.
70
71
7. Generate an SSH key pair to synchronize with. SSH Key Authority will expect to find the files as `config/keys-sync` and `config/keys-sync.pub`
72
- for the private and public keys respectively. The key must be in `pem` format. The following command:
+ for the private and public keys respectively. The key must be in `pem` format. The following command will generate the key in the required format:
73
74
ssh-keygen -t rsa -b 4096 -m PEM -C 'comment' -f config/keys-sync
75
0 commit comments