Skip to content

Commit

Permalink
fixed cheatsheet "keystores/expired?"
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 17, 2024
1 parent 965cbd6 commit 1484801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public DocSection section() {
certs.addItem(diBuilder.getDocItem("keystores/subject-dn", false));
certs.addItem(diBuilder.getDocItem("keystores/issuer-dn", false));
certs.addItem(diBuilder.getDocItem("keystores/expiry-date", false));
certs.addItem(diBuilder.getDocItem("keystores/expired", false));
certs.addItem(diBuilder.getDocItem("keystores/expired?", false));

return section;
}
Expand Down

0 comments on commit 1484801

Please sign in to comment.