mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="mail.smimeCertGen" template="" lang="" group="0" version="17.1">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<groupbox>
|
|
<caption label="Certificate details"/>
|
|
<vbox>
|
|
<textbox id="countryName" class="et2_fullWidth" blur="Country name"/>
|
|
<textbox id="stateOrProvinceName" class="et2_fullWidth" blur="State or province name"/>
|
|
<textbox id="localityName" class="et2_fullWidth" blur="Locality name"/>
|
|
<textbox id="organizationName" class="et2_fullWidth" blur="Organization name"/>
|
|
<textbox id="organizationalUnitName" class="et2_fullWidth" blur="Organizational unit name"/>
|
|
<textbox id="commonName" class="et2_fullWidth" blur="Common name"/>
|
|
<textbox id="emailAddress" class="et2_fullWidth" blur="Email address"/>
|
|
<textbox id="validation" type="integer" label="Certificate validation in days" blur="365"/>
|
|
</vbox>
|
|
</groupbox>
|
|
</row>
|
|
<row>
|
|
<groupbox>
|
|
<caption label="passphrase"/>
|
|
<description value="Enter a passphrase if you would like to protect your private key by password."/>
|
|
<vbox>
|
|
<passwd id="passphrase" blur="Enter a passphrase" class="et2_fullWidth"/>
|
|
<passwd id="passphraseConf" blur="Repeat the passphrase" class="et2_fullWidth"/>
|
|
</vbox>
|
|
</groupbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|