Commit d565bd69 authored by Sven Franck's avatar Sven Franck

fix: display ssl certificate values upon requesting new certificate

parent 57e5b7e2
......@@ -3869,7 +3869,7 @@
}
} else {
if (input_config.logic.setFlux) {
input_config.direct.value = (flux & flux.cert) ? flux.cert[setter] : "Certificate is still active, please revoke existing one.";
input_config.direct.value = (flux && flux.cert) ? flux.cert[setter] : "Certificate is still active, please revoke existing one.";
} else {
input_config.direct.value = spec.data[setter] ||
(setter + util.uuid());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment