Skip to content

Commit

Permalink
docs: update state diagram with PEM Certificate functionality
Browse files Browse the repository at this point in the history
Issue: #125
  • Loading branch information
pimg committed Nov 8, 2024
1 parent 49f7a40 commit a43c2ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions states.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
Base --> Download: d
Base --> BrowseCache: b
Base --> Import: i
Base --> Paste_PEM: import a Certificate in PEM format p
Paste_PEM --> Base: back, home
Paste_PEM --> View_PEM: <enter>
View_PEM --> Paste_PEM: back
View_PEM --> Base: home
View_PEM --> View_PEM: check against CRL
Import --> Base: back, home
Import --> List: <select CRL>
Import --> View_PEM: <select PEM>
List --> Import: Back
BrowseCache --> List: select file
List --> ViewEntry: select entry
Expand Down
Loading

0 comments on commit a43c2ea

Please sign in to comment.