Skip to content

Commit 4d12daa

Browse files
committed
Configuration for ssl
1 parent c23d5b4 commit 4d12daa

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

test/bkp_default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ splunk:
1212
srcPassword: g8nGXBQBF
1313
gitTempDir: /opt/splunk/vcs/git_tmp_backup
1414
gitRepoURL: file:///opt/splunk/vcs/backup.git
15-
# sslVerify: /opt/splunk/etc/apps/SplunkVersionControl/auth/ca.pem
15+
sslVerify: /cert_dir/ca.crt
1616
debugMode: true
1717
useLocalAuth: false
1818
interval: 60
@@ -22,7 +22,7 @@ splunk:
2222
destPassword: g8nGXBQBF
2323
gitTempDir: /opt/splunk/vcs/git_tmp_restore
2424
gitRepoURL: file:///opt/splunk/vcs/backup.git
25-
# sslVerify: /opt/splunk/etc/apps/SplunkVersionControl/auth/ca.pem
25+
sslVerify: /cert_dir/ca.crt
2626
debugMode: true
2727
useLocalAuth: false
2828
auditLogsLookupBackTime: -2h
@@ -33,6 +33,6 @@ splunk:
3333
content:
3434
sslConfig:
3535
enableSplunkdSSL: true
36-
serverCert: /cert_dir/splunk_sh.pem
36+
serverCert: /cert_dir/splunk_moc.pem
3737
sslRootCAPath: /cert_dir/ca.crt
3838
sslPassword: password

test/sh_default.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ splunk:
1010
splunk_vc_url:
1111
definition: https://splunk_moc:8089/services/splunkversioncontrol_rest_restore
1212
sslVerify:
13-
definiton: false
14-
# definition: /opt/splunk/etc/apps/SplunkVersionControl/auth/ca.pem
13+
# definiton: false
14+
definition: /cert_dir/ca.crt
15+
requestingAddress:
16+
# is used to connect back
17+
definition: https://splunk_sh:8089
1518
- key: server
1619
value:
1720
directory: /opt/splunk/etc/system/local/

0 commit comments

Comments
 (0)