Skip to content

Commit ffe444e

Browse files
Update en/includes/guides/authentication/mfa/add-x509-login.md
Co-authored-by: Thamindu Dilshan Jayawickrama <[email protected]>
1 parent 99ba04b commit ffe444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/includes/guides/authentication/mfa/add-x509-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ In this step, we will generate a client certificate that will be used to authent
147147

148148
This creates a signed certificate called `localcrt.crt` that is valid for a specified period that is denoted by the `startdate` and `enddate`.
149149

150-
5. The next step is to import the CA and signed certificate into the keystore using the following commands.
150+
5. The next step is to import the CA and the signed certificates into the keystore using the following commands.
151151

152152
```shell
153153
keytool -importcert -alias rootCA -file rootCA.crt -keystore localcrt.jks -storepass localpwd -noprompt

0 commit comments

Comments
 (0)