mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
objCA - not objsignCA
This commit is contained in:
parent
e7c10a041a
commit
0214b08757
@ -70,7 +70,7 @@ void MainWindow::newCert(pki_temp *templ)
|
||||
"dataEncipherment", "keyAgreement", "keyCertSign",
|
||||
"cRLSign", "encipherOnly", "decipherOnly"};
|
||||
char *certTypeList[] = { "client", "server", "email", "objsign",
|
||||
"sslCA", "emailCA", "objsignCA" };
|
||||
"sslCA", "emailCA", "objCA" };
|
||||
QListBoxItem *item;
|
||||
NewX509 *dlg = new NewX509(this, NULL, keys, reqs, certs, temps, certImg, nsImg );
|
||||
if (templ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user