Skip to content

Commit da4562d

Browse files
authored
feat: update DomainForm with private key help text (#231)
1 parent 290de80 commit da4562d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/sites/settings/DomainForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function ManualConfig({ input, item }: { input: string; item: SiteDomain
5353
defaultValue={(item.sslConfiguration as ManualSslConfiguration)?.privateKey}
5454
className="form-control"
5555
/>
56+
<div className="form-text">Paste your private key including the line beginning with -----BEGIN RSA PRIVATE KEY----- everything between and ending with -----END RSA PRIVATE KEY----- making sure they match those words exactly.</div>
5657
<InputError error={errors} path={sslPrivateKey}/>
5758
</div>
5859
</div>

0 commit comments

Comments
 (0)