First stage for ssh key rotate and remove scripts
This commit is contained in:
1
config/.gitignore
vendored
1
config/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!settings.sample.ini
|
||||
|
||||
6
config/settings.sample.ini
Normal file
6
config/settings.sample.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[Settings]
|
||||
key_age=90
|
||||
server_list=server_list.csv
|
||||
# if start with ~/ it will be replaced with $HOME
|
||||
server_pem_folder=path to pem folder for server pems
|
||||
server_pem_archive_folder=path to archive folder for old pems
|
||||
Reference in New Issue
Block a user