Skip to content

Commit a6cfd3d

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

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
@@ -155,7 +155,7 @@ In this step, we will generate a client certificate that will be used to authent
155155
keytool -importcert -alias localcrt -file demoCA/newcerts/01.pem -keystore localcrt.jks -storepass localpwd -noprompt
156156
```
157157

158-
6. Use the commands below to convert the `.crt` file into the PKCS12 format, which is used for importing certificates into browsers:
158+
6. Use the command below to convert the `.crt` file into the PKCS12 format, which is used for importing certificates into browsers:
159159

160160
``` shell
161161
keytool -importkeystore -srckeystore localcrt.jks -destkeystore localhost.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass localpwd -deststorepass browserpwd -srcalias localcrt -destalias browserKey -srckeypass localpwd -destkeypass browserpwd -noprompt

0 commit comments

Comments
 (0)