Skip to content

Commit

Permalink
Fix commands in filesystem integrity blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyllarr committed Oct 25, 2023
1 parent 20bcb25 commit 2b47c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2022-11-10-filesystem-integrity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ This command iterates over every identity in the filesystem realm and verifies t
If you want to update the key pair in the filesystem realm, you can use the following commands:
[source]
----
/subsystem=elytron/filesystem-realm=keystore:write-attribute(name=key-store, value=newKeystore)
/subsystem=elytron/filesystem-realm=keystore:write-attribute(name=key-store-alias, value=newKeystoreAlias)
/subsystem=elytron/filesystem-realm=fsRealm:write-attribute(name=key-store, value=newKeystore)
/subsystem=elytron/filesystem-realm=fsRealm:write-attribute(name=key-store-alias, value=newKeystoreAlias)
/subsystem=elytron/filesystem-realm=fsRealm:update-key-pair()
----

Expand Down

0 comments on commit 2b47c95

Please sign in to comment.