Skip to content

Commit

Permalink
modify text: BEGIN PRIVATE KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
janusec2 committed Sep 2, 2018
1 parent df49234 commit 1fe1d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>

<mat-form-field>
<textarea matInput #priv_key_content [(ngModel)]="certificate.priv_key_content"
placeholder="Private Key Content (If RSA certificate, begin with: -----BEGIN RSA PRIVATE KEY-----)"
placeholder="Private Key Content (If RSA certificate, begin with: -----BEGIN PRIVATE KEY-----)"
rows="5" [readonly]="readOnlyValue">
</textarea>
<input [disabled]="readOnlyValue" type="file" (change)="readPrivKeyFile($event)" />
Expand Down

0 comments on commit 1fe1d24

Please sign in to comment.