mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add missing acme stuff
This commit is contained in:
@@ -438,12 +438,16 @@ export const CreateProfileModal = ({ isOpen, onClose, profile, mode = "create" }
|
|||||||
disableBootstrapCaValidation: false,
|
disableBootstrapCaValidation: false,
|
||||||
passphrase: ""
|
passphrase: ""
|
||||||
});
|
});
|
||||||
} else {
|
} else if (value === "api") {
|
||||||
setValue("estConfig", undefined);
|
setValue("estConfig", undefined);
|
||||||
setValue("apiConfig", {
|
setValue("apiConfig", {
|
||||||
autoRenew: false,
|
autoRenew: false,
|
||||||
renewBeforeDays: 30
|
renewBeforeDays: 30
|
||||||
});
|
});
|
||||||
|
} else if (value === "acme") {
|
||||||
|
setValue("apiConfig", undefined);
|
||||||
|
setValue("estConfig", undefined);
|
||||||
|
setValue("acmeConfig", {});
|
||||||
}
|
}
|
||||||
onChange(value);
|
onChange(value);
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user