-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Resend Password Utility * update email templates
- Loading branch information
Showing
8 changed files
with
151 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Hello {{ .Name }}, | ||
|
||
Your TRISA network registration has been approved! Your organization has been granted identity certificates validating your membership to other TRISA members via the TRISA Global Directory. Attached to this email are PKCS12 encrypted certificates so that you can implement the TRISA protocol using mTLS with other network members to exchange Travel Rule compliance information. | ||
Your TRISA network registration has been approved (or reapproved)! Your organization has been granted identity certificates validating your membership to other TRISA members via the TRISA Global Directory. Attached to this email are PKCS12 encrypted certificates so that you can implement the TRISA protocol using mTLS with other network members to exchange Travel Rule compliance information. | ||
|
||
The primary details of your directory entry are as follows: | ||
|
||
|
@@ -11,9 +11,11 @@ Common Name: {{ .CommonName }} | |
Serial Number: {{ .SerialNumber }} | ||
Endpoint: {{ .Endpoint }} | ||
|
||
To decrypt your certificates, you will need the PKCS12 password that you received when you first submitted your registration. To decrypt the unzipped certificates on the command line, you can use openssl as follows (you will be prompted to enter your password): | ||
To decrypt your certificates, you will need a PKCS12 password. If this is the first certificate you've recieved after registration, you'll need the PKCS12 password that was displayed during the registration process. If these are annually re-issued certificates, you'll need the PCKS12 password that was emailed to you via a one-time Whisper link preceding this email. | ||
|
||
openssl pkcs12 -in INFILE.p12 -out OUTFILE.crt -nodes | ||
To decrypt the unzipped certificates on the command line, you can use `openssl` as described in our documentation here: | ||
|
||
https://trisa.dev/joining-trisa/pkcs12/index.html#accessing-and-saving-the-certificates | ||
|
||
For more information on integrating with the TRISA network, please visit our documentation at https://trisa.dev/. If you have any questions, you may contact us at [email protected] or join us on our Slack channel trisa-workspace.slack.com. Please do not reply directly to this email. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
If you cannot click on the link, please copy and paste the link below into your | ||
browser address bar:</p> | ||
|
||
<p><code>{{ .VerifyContactURL }}</code></p> | ||
<p><code>{{ .VerifyContactURLUnencoded }}</code></p> | ||
|
||
If you're having trouble verifying your contact email, please contact the TRISA admins | ||
at <a href="mailto:[email protected]">[email protected]</a> or on our community | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Thank you for submitting a TRISA network registration request. To begin the revi | |
|
||
If you cannot click on the link, please copy and paste the link below into your browser address bar: | ||
|
||
{{ .VerifyContactURL }} | ||
{{ .VerifyContactURLUnencoded }} | ||
|
||
If you're having trouble verifying your contact email, please contact the TRISA admins at [email protected] or on our community Slack channel trisa-workspace.slack.com. | ||
|
||
|