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