Update config.yaml.example
added permission options
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
api_key: "your_opnsense_api_key"
|
api_key: "your_opnsense_api_key"
|
||||||
api_secret: "your_opnsense_api_secret"
|
api_secret: "your_opnsense_api_secret"
|
||||||
host: "https://your-opnsense.local"
|
host: "https://your-opnsense.local"
|
||||||
certificate_search: "example.com"
|
certificate_search: "example.com"
|
||||||
output_directory: "./certs"
|
|
||||||
output_filename: "cert.cert"
|
output_directory: "./certs"
|
||||||
export_format: "crt" # crt or prv
|
output_filename: "cert.cert"
|
||||||
|
export_format: "crt" # crt or prv
|
||||||
|
|
||||||
|
# optional set file permissions (unix only)
|
||||||
|
# file_owner: "root"
|
||||||
|
# file_group: "root"
|
||||||
|
# file_mode: "0600"
|
||||||
Reference in New Issue
Block a user