Refactor: rename make_server_cert to make_cert for consistency
All checks were successful
/ test (push) Successful in 15s
All checks were successful
/ test (push) Successful in 15s
This commit is contained in:
@@ -166,7 +166,7 @@ function _is_dns() {
|
||||
fi
|
||||
}
|
||||
|
||||
function make_server_cert() {
|
||||
function make_cert() {
|
||||
local CA_FILE_PREFIX="ca" # Default to CA if no issuing CA is used
|
||||
local CERT_DAYS=365 # Default validity period for leaf certificates
|
||||
local CA_DIR="" # The CA directory will default to certificate directory if not specified with --ca-dir
|
||||
|
||||
Reference in New Issue
Block a user