Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cert-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Ticketing and administrative steps are for the Natural Resources only. Other ministries will have their own processes.

Steps:
1. Create a certificate signing request (CSR) using `./scr_generator.sh`.
1. Create a certificate signing request (CSR) using `./csr_generator.sh`.
2. Create a [JIRA issue](https://apps.nrs.gov.bc.ca/int/jira/secure/CreateIssue!default.jspa).
3. Provide details, which are glossed over in the script from step 1.
4. Attached the CSR file generated in step 1.
Expand Down
2 changes: 1 addition & 1 deletion cert-setup/csr_generator.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -euo nounset

# Custom Domain Helper
Expand Down