mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-17 21:03:26 +00:00
fix ssl key-type certificate
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user