mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Merge pull request #648 from polluks/main
Some checks are pending
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 5.15.2, ubuntu-latest) (push) Waiting to run
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 6.6.2, ubuntu-latest) (push) Waiting to run
CMake / build (build/xca-*.dmg, Unix Makefiles, mac, /opt/homebrew/opt/openssl, macos, 6.6.2, macos-latest) (push) Waiting to run
CMake / build (build/xca-*.msi
build/xca-portable-*.zip
, MinGW Makefiles, windows, D:\msys2\msys64\mingw64, windows, 5.15.2, windows-2019, win64_mingw81) (push) Waiting to run
Some checks are pending
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 5.15.2, ubuntu-latest) (push) Waiting to run
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 6.6.2, ubuntu-latest) (push) Waiting to run
CMake / build (build/xca-*.dmg, Unix Makefiles, mac, /opt/homebrew/opt/openssl, macos, 6.6.2, macos-latest) (push) Waiting to run
CMake / build (build/xca-*.msi
build/xca-portable-*.zip
, MinGW Makefiles, windows, D:\msys2\msys64\mingw64, windows, 5.15.2, windows-2019, win64_mingw81) (push) Waiting to run
Fixed typos
This commit is contained in:
commit
a01728736d
@ -57,7 +57,7 @@ DER : Distinguished Encoding Rules
|
||||
is the binary ASN.1 encoding of the data.
|
||||
|
||||
PEM : Privacy Enhanced Mail
|
||||
is the base64 encoded version of the DER formated data with additional
|
||||
is the base64 encoded version of the DER formatted data with additional
|
||||
header and footer lines to be transported via e.g. E-mail.
|
||||
PKCS#X : Public Key Cryptography Standards
|
||||
published by https://www.rsa.com
|
||||
|
||||
@ -74,7 +74,7 @@ drop-down menu of the key-types will be shown.
|
||||
It contains the name of the token and the valid key-sizes.
|
||||
|
||||
In case of EC keys generated on a token, the list of possible curves
|
||||
is restricted based on informations provided by the token (Key size and FP/F2M).
|
||||
is restricted based on information provided by the token (Key size and FP/F2M).
|
||||
The token may support even less ECParameters / OIDs. When selecting an
|
||||
unsupported EC curve an error will occur.
|
||||
Please consult the documentation of the provider of the PKCS#11 library.
|
||||
|
||||
@ -58,7 +58,7 @@ with revocation date, revocation reason and invalidation date.
|
||||
They get automatically updated when importing a CRL of this CA
|
||||
or by manually revoking an issued certificate.
|
||||
The Manage revocations dialog is accessible by the CA submenu of the
|
||||
ontext menu of the CA.
|
||||
context menu of the CA.
|
||||
Entries can be added, deleted and modified.
|
||||
|
||||
.. index:: crlrevocation (crlrevocation)
|
||||
|
||||
@ -3,7 +3,7 @@ Templates
|
||||
=========
|
||||
|
||||
Templates are special to XCA and not interchangeable with other applications.
|
||||
They store all informations to create certificates or requests.
|
||||
They store all information to create certificates or requests.
|
||||
|
||||
To use templates, just create a new certificate or request and apply one
|
||||
of the templates (or parts of it) in the *Source* Tab.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user