Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(core): correct path to private key
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Dec 6, 2019
1 parent 88690b1 commit 2807638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/install/var/configFileGorgoneTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ database:
username: "--DBUSER--"
password: "--DBPASS--"
gorgonecore:
privkey: "--CENTREON_SPOOL--/.gorgone/privkey.pm"
privkey: "--CENTREON_SPOOL--/.gorgone/rsakey.priv.pem"
pubkey: "--CENTREON_SPOOL--/.gorgone/rsakey.pub.pem"
cipher: "Cipher::AES"
keysize: 32
Expand Down

0 comments on commit 2807638

Please sign in to comment.