Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Nov 5, 2024
1 parent 370b925 commit 3d8fa4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion certs/intermediate/ca_false_intermediate/gentestcert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ openssl ca -config "$OPENSSL_INTCA_CONF" -notext \
-extensions server_ext -batch


# cp genereated certificates
# cp generate certificates
cd $CURRENT
# CA
openssl x509 -in ./pki/$CA_NAME/$CA_NAME.crt -inform PEM -noout -text > ./pki/$CA_NAME/$CA_NAME.pem
Expand Down
4 changes: 2 additions & 2 deletions certs/intermediate/ca_false_intermediate/wolfssl_base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ localityName = "WOLFSSL" # CA cert info
organizationalUnitName = "_CA_DEPART_" # CA cert info
commonName = "www.wolfssl.com" # Replaced during build proceduce

# Extention for signing CA certificate
# Extentions for signing CA certificate

Check failure on line 29 in certs/intermediate/ca_false_intermediate/wolfssl_base.conf

View workflow job for this annotation

GitHub Actions / codespell

Extentions ==> Extensions
[ ca_ext ]
keyUsage = critical,keyCertSign,cRLSign,digitalSignature # Limit key usage
basicConstraints = critical,CA:true # Dont allow intermediary CA
Expand Down Expand Up @@ -54,7 +54,7 @@ x509_extensions = server_ext # Default cert exten

# Matching policy
# Enforce that all cert issued by the CA match criteria
# Useful for CA used internaly with limited scope
# Useful for CA used internally with limited scope
[ match_pol ]
countryName = match
stateOrProvinceName = match
Expand Down
2 changes: 1 addition & 1 deletion certs/intermediate/ca_false_intermediate/wolfssl_srv.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################
# OpenSSL config: genrate server key/csr
# OpenSSL config: generate server key/csr
############################################
# Certificate request
[ req ]
Expand Down

0 comments on commit 3d8fa4c

Please sign in to comment.