mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
Fixed some typos, courtesy of codespell
This commit is contained in:
parent
ef93c7e2ea
commit
7c9ccceec8
@ -210,7 +210,7 @@ bool chunk_equals_nosan(chunk_t a, chunk_t b)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* cant use memcmp() or any function using it, as that is again
|
/* can't use memcmp() or any function using it, as that is again
|
||||||
* sanitize-checked */
|
* sanitize-checked */
|
||||||
if (a.len != b.len)
|
if (a.len != b.len)
|
||||||
{
|
{
|
||||||
|
@ -74,7 +74,7 @@ Can be used multiple times.
|
|||||||
Client certificate to be renewed.
|
Client certificate to be renewed.
|
||||||
.TP
|
.TP
|
||||||
.BI "\-X, \-\-certid " hex
|
.BI "\-X, \-\-certid " hex
|
||||||
Smartcard or TPM 2.0 client certficate object handle.
|
Smartcard or TPM 2.0 client certificate object handle.
|
||||||
.TP
|
.TP
|
||||||
.BI "\-k, \-\-key " file
|
.BI "\-k, \-\-key " file
|
||||||
Client private key to be replaced.
|
Client private key to be replaced.
|
||||||
@ -173,7 +173,7 @@ Issued certificate is trusted, valid from Jul 20 12:21:00 2023 until Jul 20 12:2
|
|||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
If the private key and the certificate of the client is stored in a TPM 2.0, the
|
If the private key and the certificate of the client is stored in a TPM 2.0, the
|
||||||
renewal can be done wtih the following options:
|
renewal can be done with the following options:
|
||||||
.PP
|
.PP
|
||||||
.EX
|
.EX
|
||||||
pki \-\-options est.opt --in moonReqNew.der --certid 0x01800004 --keyid 0x81010004 > moonCertNew.der
|
pki \-\-options est.opt --in moonReqNew.der --certid 0x01800004 --keyid 0x81010004 > moonCertNew.der
|
||||||
|
Loading…
x
Reference in New Issue
Block a user