You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/(authed)/(home)/encrypt/page.tsx
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,9 @@ export default async function EncryptPage() {
25
25
Encrypt secrets
26
26
</Typography>
27
27
<Typographysx={{textAlign: "center"}}>
28
-
When adding authentication information to remote specifications it
29
-
is required to encrypt the authentication information with our public
30
-
key before storing it in the repository.<br/>
28
+
When adding authentication information to remote specifications it is required to encrypt the authentication information with {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"} public key before storing it in the repository.<br/>
31
29
<br/>
32
-
This page allows you to encrypt the secret using {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"}
33
-
public key, which means only {SITE_NAME} can decrypt it.
30
+
Use the form to encrypt the secret using {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"} public key, which means only {SITE_NAME} can decrypt it.
0 commit comments