AWS Certificate Manager
Why is this necessary?
The UserWise infrastructure stack makes use of AWS provisioned Load Balancers, which direct traffic to our Kubernetes cluster.
How do we get our certificateUuid
?
The certificateUuid
is part of the values.yml
file included in the userwise-self-hosted
repository. The UUID is equivalent to the Certificate ID in Certificate Manager.
The ID can be found directly within AWS Certificate Manager, within the List Certificates
page.
How do we request a certificate?
Search for “Certificate Manager” in the AWS Dashboard’s top search bar, and select the appropriate service.
Click “Request”
Request a
Public Certificate
, and click “Next”
Fill out your “Fully qualified domain name”, then click request at the bottom of the page.
You can optionally change the remaining fields to fit your circumstances. Generally, the default is good.
You can use *.mydomain.com
to request a wildcard sub-domain certificate as well.
Ensure you follow all validation steps. Once completed, issuance should occur within a couple minutes.
Powered by UserWise