From d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 12:36:58 -0600 Subject: Initial import of year-and-a-half-old upstream version 0.9.6a --- src/importcertificatedialogbase.ui | 349 +++++++++++++++++++++++++++++++++++++ 1 file changed, 349 insertions(+) create mode 100644 src/importcertificatedialogbase.ui (limited to 'src/importcertificatedialogbase.ui') diff --git a/src/importcertificatedialogbase.ui b/src/importcertificatedialogbase.ui new file mode 100644 index 0000000..6cf55ed --- /dev/null +++ b/src/importcertificatedialogbase.ui @@ -0,0 +1,349 @@ + +ImportCertificateDialogBase + + + ImportCertificateDialogBase + + + + 0 + 0 + 428 + 328 + + + + Import Certificate + + + + unnamed + + + + layout19 + + + + unnamed + + + + GeneralGroupBox + + + General + + + + unnamed + + + + textLabel1 + + + File name: + + + + + ImporttypeTextLabel + + + Import type: + + + + + CertPathTextLabel + + + Certificate path: + + + + + RacoonCertificatePathUrlrequester + + + true + + + /etc/racoon/certs + + + Path to certificates directory for IPSec + + + + + FilenameUrlrequester + + + + 250 + 0 + + + + Path to the certificate file in P12 format + + + + + spacer32 + + + Horizontal + + + Expanding + + + + 100 + 20 + + + + + + + P12: IPsec + + + + + P12: racoon + + + + + DER CA + + + + + P12: OpenVPN + + + + + Cisco (propritary) + + + + + Cisco CA (propritary) + + + + + Cisco User+CA (propritary) + + + + ImporttypeComboBox + + + Type of connection for which this certificate should be used + + + <h1>The following types are available:</h1> +<table> +<tr><td>P12: IPsec</td><td>import certificate in PKCS12 format for IPSec use</td></tr> +<tr><td>P12: racoon</td><td>import certificate in PKCS12 format for ipsectools (racoon) use</td></tr> +<tr><td>DER CA</td><td>import CA certificate in DER format</td></tr> +<tr><td>P12: OpenVPN</td><td>import certificate in PKCS12 format for OpenVPN use</td></tr> +<tr><td>Cisco (propritary)</td><td>import user certificate for propritary cisco client use</td></tr> +<tr><td>Cisco CA (propritary)</td><td>import CA certificate for propritary cisco client use</td></tr> +<tr><td>Cisco User+CA (propritary)</td><td>import user and CA certificate for propritary cisco client use</td></tr> +</table> + + + + + ImporttypeSpacer + + + Horizontal + + + Expanding + + + + 80 + 20 + + + + + + CertPathSpacer + + + Horizontal + + + Expanding + + + + 60 + 20 + + + + + + + + P12GroupBox + + + P12 + + + + unnamed + + + + textLabel1_2 + + + Import password: + + + + + ImportPasswordEdit + + + Password + + + Import password for P12 certificate (got from administrator) + + + + + + + UsePrivateKeyPasswordCheckBox + + + Protect private key &with passphrase + + + Alt+W + + + true + + + + + PrivateKeyPassGroupBox + + + true + + + Passphrase + + + + unnamed + + + + PrivateKeyPasswordEdit + + + Passphrase to protect private key. Feel free to choose what you want (don't forget it!). + + + + + PrivateKeyPassTextLabel + + + Private key passphrase: + + + + + PrivateKeyPassAgainTextLabel + + + Passphrase again: + + + + + PrivateKeyAgainPasswordEdit + + + Passphrase to protect private key (again) + + + + + + + spacer4 + + + Vertical + + + Expanding + + + + 21 + 20 + + + + + + + + + + UsePrivateKeyPasswordCheckBox + toggled(bool) + ImportCertificateDialogBase + usePrivateKeyPassToggled(bool) + + + + ImporttypeComboBox + FilenameUrlrequester + RacoonCertificatePathUrlrequester + ImportPasswordEdit + UsePrivateKeyPasswordCheckBox + PrivateKeyPasswordEdit + PrivateKeyAgainPasswordEdit + + + usePrivateKeyPassToggled(bool) + + + + kurlrequester.h + klineedit.h + kpushbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + kcombobox.h + klineedit.h + kpassdlg.h + kpassdlg.h + + -- cgit v1.2.1