-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a tutorial for using a free IP-based TLS cert with LB #1325
base: main
Are you sure you want to change the base?
Conversation
|
||
> **Note** If you have enabled the network traffic to your HTTPD server, and if it is running, **Backend sets health** shoudl be showing as **OK**. If not, check your networking and security lists. | ||
|
||
15. Make a note of the public IP address of your load balancer, e.g., `130.61.69.66` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No IP numbers!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand, but this whole tutorial is based on the fact that i'm getting a cert for an IP address, so, to not include an IP address that can be tracked through the tutorial seems strange. The IP is ephemeral and will be dead once I kill the LB (which I will do once the tutorial is published.
|
||
3. Click on `New Certificate` to start the certificate generation wizard. | ||
|
||
4. Enter the IP address of your load balancer in the **Domain Name** field, e.g., `130.61.69.66`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No IP numbers!
|
||
5. Click **Add certificate**. | ||
|
||
6. Provide a name for your certificate such as its IP address, e.g., `130.61.69.66` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No IP numbers!
- Use SSL: Checked | ||
- SSL certificate | ||
- Certificate resource: `Load balancer managed certificate` | ||
- Certificate name: `130.61.69.66` (or the name you specified in step 6 above) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No IP numbers!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the IP number!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the IP number!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the IP number!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the compartment name or use something else, like "demo".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the IP number!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blur the IP number and the URL.
I've created a new tutorial to show how to quickly create a free TLS certificate based on IP address and use it within an OCI load balancer.