Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
devops-tools
ssl-certificate-utils
Commits
d5bfe4cc
Commit
d5bfe4cc
authored
Aug 29, 2018
by
Xueshan Feng
Browse files
added ssl-wildcard link info.
parent
7139d69e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d5bfe4cc
## Generate a wildcard ssl certificate request for a subdomain, e.g, *.foobar.stanford.edu:
For wildcard cert prerequisites, please refer:
[
ssl-wildcard
](
https://uit.stanford.edu/service/ssl/wildcard
)
.
```
$ git clone git@code.stanford.edu:devops-tools/s
tar
-cert
-request
.git
$ git clone git@code.stanford.edu:devops-tools/s
sh
-cert
ificate-utils
.git
$ cd star-cert-request
$ ./create-star-cert-req.sh -s foobar -o "Your Organization Name" -e "your-contact-email@lists.stanford.edu"
```
...
...
@@ -18,10 +20,6 @@ To make sure everything looks good before you submit the request:
$ openssl req -noout -text -in foobar.stanford.edu.csr
```
Normally you can use
[
cert request form
](
https://tools.stanford.edu/cgi-bin/cert-request
)
to submit
your request, however, if the subdomain is delegated to a cloud vendor, you will need to send the csr to
**its-ssl-service@lists.stanford.edu**
because the form cannot verify the ownership of a domain from NetDB.
## Upload cert to AWS IAM service
```
...
...
upload
_
cert
_
to
_
aws.sh
→
upload
-
cert
-
to
-
aws.sh
View file @
d5bfe4cc
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment