From 77e2667f893e1fafcf59a791e99da63bb09fd17c Mon Sep 17 00:00:00 2001 From: veselcraft Date: Tue, 28 Dec 2021 17:50:16 +0300 Subject: [PATCH] Readme: Fix command argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69707554..67ab8f17 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 6. Copy `openvk-example.yml` to `openvk.yml` and change options 7. Run `composer install` in OpenVK directory 8. Move to `Web/static/js` and execute `yarn install` -9. Generate the private and public OpenSSL keys by running `openssl genrsa -out data/private.pem 2048` and `openssl rsa -in private.pem -outform PEM -pubout -out data/public.pem` in OpenVK directory +9. Generate the private and public OpenSSL keys by running `openssl genrsa -out data/private.pem 2048` and `openssl rsa -in data/private.pem -outform PEM -pubout -out data/public.pem` in OpenVK directory 10. Set `openvk` as your root app in `chandler.yml` Once you are done, you can login as a system administrator on the network itself (no registration required):