mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Fix README.
This commit is contained in:
parent
0c4a625244
commit
3d751465de
1 changed files with 2 additions and 1 deletions
1
README
1
README
|
@ -4,6 +4,7 @@ Build the server binary:
|
|||
|
||||
Create a server certificate:
|
||||
|
||||
mkdir data
|
||||
openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem
|
||||
|
||||
Set the server administrator's username and password (optional):
|
||||
|
|
Loading…
Reference in a new issue