mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-25 18:48:33 +00:00
feat: update default certificate paths on deployment to local and ssh
This commit is contained in:
@@ -39,8 +39,8 @@ const SHELLENV_POWERSHELL = "powershell" as const;
|
||||
const initFormModel = (): DeployNodeConfigFormLocalConfigFieldValues => {
|
||||
return {
|
||||
format: FORMAT_PEM,
|
||||
certPath: "/etc/ssl/certs/cert.crt",
|
||||
keyPath: "/etc/ssl/certs/cert.key",
|
||||
certPath: "/etc/ssl/certimate/cert.crt",
|
||||
keyPath: "/etc/ssl/certimate/cert.key",
|
||||
shellEnv: SHELLENV_SH,
|
||||
};
|
||||
};
|
||||
|
@@ -35,8 +35,8 @@ const FORMAT_JKS = CERTIFICATE_FORMATS.JKS;
|
||||
const initFormModel = (): DeployNodeConfigFormSSHConfigFieldValues => {
|
||||
return {
|
||||
format: FORMAT_PEM,
|
||||
certPath: "/etc/ssl/certs/cert.crt",
|
||||
keyPath: "/etc/ssl/certs/cert.key",
|
||||
certPath: "/etc/ssl/certimate/cert.crt",
|
||||
keyPath: "/etc/ssl/certimate/cert.key",
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user