Skip to content

Commit

Permalink
Issue 5624 - RFE - UI - export certificates, and import text base64 e…
Browse files Browse the repository at this point in the history
…ncoded certificates

Description:

Allow exporting CA and server certificates
Allow importing a certificate by pasting the base64 encoded certificate text into a form,
 choosing a certificate from the server's cert dir, or uploading PEM file from the client
system.

relates: #5624

Reviewed by: spichugi(Thanks!)
  • Loading branch information
mreynolds389 committed Feb 7, 2023
1 parent 5cbcd50 commit b3bb074
Show file tree
Hide file tree
Showing 9 changed files with 803 additions and 212 deletions.
5 changes: 5 additions & 0 deletions src/cockpit/389-console/src/css/ds.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ td {
.ds-panel-left {
width: 50%;
}

.ds-panel-right {
width: 50%;
}
Expand Down Expand Up @@ -359,6 +360,10 @@ textarea {
margin-left: 15px !important;
}

.ds-radio-indent {
margin-left: 25px !important;
}

.ds-margin-left-sm {
margin-left: 30px !important;
}
Expand Down
Loading

0 comments on commit b3bb074

Please sign in to comment.