-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible: replace test_admin key with a valid sec/pub key
The test_admin_key.pub and test_admin_key.sec are both public keys. This is fine as long as the tests do not try to decrypt anything. A new key is created and stored instead to allow for OSSEC tests to decrypt mails.
- Loading branch information
Loic Dachary
committed
Jan 26, 2018
1 parent
b8803ea
commit 1c5e513
Showing
4 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ apache_logging_level: "info" | |
# The OSSEC alert GPG public key has to be in the install_files/ansible-base/ or | ||
# install_files/ansible-base/roles/app/files/ directory | ||
ossec_alert_gpg_public_key: "test_admin_key.pub" | ||
ossec_gpg_fpr: "600BC6D5142C68F35DDBCEA87B597104EDDDC102" | ||
ossec_gpg_fpr: "53E1113AC1F25027BA5D475B1141E2BBB5E53711" | ||
ossec_alert_email: "[email protected]" | ||
smtp_relay: "smtp.gmail.com" | ||
smtp_relay_port: "587" | ||
|
Binary file modified
BIN
-540 Bytes
(76%)
install_files/ansible-base/roles/ossec/files/test_admin_key.pub
Binary file not shown.
Binary file modified
BIN
+1.2 KB
(150%)
install_files/ansible-base/roles/ossec/files/test_admin_key.sec
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters