mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Default templates now support OpenVPN
Support "remote-cert-tls" client/server
This commit is contained in:
parent
ca138654ce
commit
4f8f0715e2
@ -1,3 +1,4 @@
|
||||
* Rename HTTPS templates to TLS and support KU/EKU extensions needed by OpenVPN
|
||||
* Close #93 Default output folder / Improve Portable App usability
|
||||
* Improve EC Curve selection for key generation.
|
||||
* Close #21 Support for ODBC (MSSQL)
|
||||
|
||||
BIN
doc/xca-doc.tgz
BIN
doc/xca-doc.tgz
Binary file not shown.
@ -1364,7 +1364,7 @@ You may apply the whole template or only the subject or only the extensions.
|
||||
|
||||
<p>
|
||||
|
||||
Next to the 3 default templates for CA, HTTPS server and client
|
||||
Next to the 3 default templates for CA, TLS server and client
|
||||
certificates, customized templates may be created. Templates are not signed,
|
||||
they are just a collection of common values for different certificates.
|
||||
Therefore XCA does not care if any duplicates exist in the list of templates.
|
||||
@ -1709,7 +1709,7 @@ certificate.
|
||||
<item>Make sure the <bf>Source</bf> tab is showing, clicking it if necessary.
|
||||
<itemize>
|
||||
<item>At the bottom of the panel, select the template
|
||||
<bf>"[default] HTTPS_server"</bf> (or another suitable
|
||||
<bf>"[default] TLS_server"</bf> (or another suitable
|
||||
template, if you have created your own)
|
||||
and click the <bf>Apply</bf> button.
|
||||
This will fill in appropriate values under the <bf>Extensions</bf>,
|
||||
@ -1792,7 +1792,7 @@ The values of templates can be applied on the first tab of the
|
||||
certificate-generation dialog. It can be selected, whether the subject,
|
||||
the extensions or both parts of the template will be applied.
|
||||
This way a subject-only template may be defined and later
|
||||
applied together with the HTTPS_client or HTTPS_server template.
|
||||
applied together with the TLS_client or TLS_server template.
|
||||
|
||||
<enum>
|
||||
<item>Click on the <bf>Templates</bf> tab.
|
||||
|
||||
Binary file not shown.
BIN
misc/TLS_client.xca
Normal file
BIN
misc/TLS_client.xca
Normal file
Binary file not shown.
Binary file not shown.
@ -37,8 +37,8 @@
|
||||
<File Id="eku.txt" Source="eku.txt"/>
|
||||
<File Id="oids.txt" Source="oids.txt"/>
|
||||
<File Id="CA.xca" Source="CA.xca"/>
|
||||
<File Id="HTTPS_client.xca" Source="HTTPS_client.xca"/>
|
||||
<File Id="HTTPS_server.xca" Source="HTTPS_server.xca"/>
|
||||
<File Id="TLS_client.xca" Source="TLS_client.xca"/>
|
||||
<File Id="TLS_server.xca" Source="TLS_server.xca"/>
|
||||
<File Id="copyright.txt" Source="copyright.txt"/>
|
||||
|
||||
</Component>
|
||||
|
||||
8
xca.pro
8
xca.pro
@ -12,8 +12,12 @@ RC_FILE = img/w32res.rc
|
||||
macx {
|
||||
ICON = img/xca-mac-icon.icns
|
||||
CONFIG += release_and_debug
|
||||
XCA_RESOURCES.files = misc/oids.txt misc/CA.xca misc/dn.txt misc/eku.txt misc/HTTPS_client.xca misc/HTTPS_server.xca
|
||||
XCA_RESOURCES.files += lang/xca_de.qm lang/xca_es.qm lang/xca_ru.qm lang/xca_fr.qm lang/xca_hr.qm
|
||||
XCA_RESOURCES.files = misc/oids.txt misc/dn.txt misc/eku.txt
|
||||
XCA_RESOURCES.files += misc/CA.xca misc/TLS_client.xca misc/TLS_server.xca
|
||||
XCA_RESOURCES.files += lang/xca_de.qm lang/xca_es.qm lang/xca_ru.qm lang/xca_fr.qm
|
||||
XCA_RESOURCES.files += lang/xca_hr.qm lang/xca_it.ts lang/xca_ja.ts lang/xca_nl.ts
|
||||
XCA_RESOURCES.files += lang/xca_pl.ts lang/xca_sk.ts lang/xca_tr.ts
|
||||
XCA_RESOURCES.files += lang/xca_zh_CN.ts lang/xca_pt_BR.ts
|
||||
XCA_RESOURCES.path = Contents/Resources
|
||||
QMAKE_BUNDLE_DATA += XCA_RESOURCES
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user