-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca9f7b0
commit 0746aea
Showing
2 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,7 @@ ROOT_CA_INFO=$(jq -n '{}') | |
export ROOT_CA_INFO | ||
export ROOT_CRL_DAYS="1" | ||
export ROOT_CRL_SECONDS="600" | ||
export SNS_TOPIC_ARN="arn:aws:sns:<REGION>:<ACCOUNT-ID>:serverless-ca-notifications-dev" | ||
``` | ||
* copy and paste AWS Powershell CLI variables to terminal | ||
* enter `python` | ||
|
@@ -163,6 +164,7 @@ $Env:PROJECT="serverless" | |
$Env:ROOT_CA_INFO=(@{country = "GB"; state = "London"; lifetime = 7300; locality = "London"; organization = "serverless"; organizationalUnit = "Security Operations"; commonName = "Serverless Development Root CA"; emailAddress = "[email protected]"; pathLengthConstraint = 1} | ConvertTo-Json) | ||
$Env:ROOT_CRL_DAYS="1" | ||
$Env:ROOT_CRL_SECONDS="600" | ||
$Env:SNS_TOPIC_ARN="arn:aws:sns:<REGION>:<ACCOUNT-ID>:serverless-ca-notifications-dev" | ||
``` | ||
* copy and paste AWS Powershell CLI variables to terminal | ||
|
||
|
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