From bf4dbda9682241deffb3ec704e2597a12496d2a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Jun 2012 03:15:33 -0500 Subject: Add (inactive) certificate configuration page --- src/certconfigpagedlg.ui | 206 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 src/certconfigpagedlg.ui (limited to 'src/certconfigpagedlg.ui') diff --git a/src/certconfigpagedlg.ui b/src/certconfigpagedlg.ui new file mode 100644 index 0000000..80d64da --- /dev/null +++ b/src/certconfigpagedlg.ui @@ -0,0 +1,206 @@ + + CertConfigPageDlg + + + CertConfigPageDlg + + + + 0 + 0 + 678 + 452 + + + + + unnamed + + + + px_introSidebar + + + + 0 + 0 + 0 + 0 + + + + + 170 + 430 + + + + Panel + + + Sunken + + + true + + + 0 + + + + + groupCertInfo + + + Realm Certificate Information (required) + + + + unnamed + + + + generateKeysEnabled + + + Generate New Certificates and Keys + + + + + generateKeysDisabled + + + Install Provided Certificates and Keys + + + + + unnamed + + + Kerberos PKI Anchor + + + + + kerberosPEM + + + 25 + + + *.pem|PKI Anchor Files (*.pem) + + + + + unnamed + + + Kerberos Public Certificate + + + + + kerberosCRT + + + 25 + + + *.crt|Public Certificate (*.crt) + + + + + unnamed + + + Kerberos Private Key + + + + + kerberosKEY + + + 25 + + + *.key|Private Key (*.key) + + + + + unnamed + + + LDAP TLS Public Certificate + + + + + ldapCRT + + + 25 + + + *.crt|Public Certificate (*.crt) + + + + + unnamed + + + LDAP TLS Private Key + + + + + ldapKEY + + + 25 + + + *.key|Private Key (*.key) + + + + + + + Spacer6 + + + Vertical + + + Fixed + + + + 20 + 30 + + + + + + Spacer5 + + + Vertical + + + Expanding + + + + + + + -- cgit v1.2.1