fix ssl key-type certificate

This commit is contained in:
milad nazari
2024-12-11 11:51:58 +03:30
parent 8e9e033a72
commit 891877afb6
3 changed files with 42 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ const internalProxyHost = {
if (create_certificate) {
return internalCertificate.createQuickCertificate(access, {
domain_names: data.domain_names || row.domain_names,
ssl_key_type: data.ssl_key_type || row.ssl_key_type,
meta: _.assign({}, row.meta, data.meta)
})
.then((cert) => {