Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove default certificate (need to change to different certificate)

I can't remove the current cert because it's the default. So uh..how do I make the other one the default so I can remove the current default?

enter image description here

Note in the screenshot it says:

Select the certificates to remove from this listener

Note that you cannot remove the default certificate

please help

like image 659
Alexander Mills Avatar asked Jun 25 '19 21:06

Alexander Mills


People also ask

How do I change my default AWS certificate?

Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ . On the navigation pane, under Load Balancing, choose Load Balancers. Select your load balancer. On the Listeners tab, for SSL Certificate, choose Change.

How do I replace my server certificate?

Go to Control Panel > System > Security > SSL Certificate & Private Key. Go to Server Certificate. Click Replace Certificate. The Replace Certificate window appears.

How to remove certificates from Windows 10?

Then, in the “General” tab, you should see a section called “Certificate purposes”. Select the radio button that says “Disable all purposes for this certificate” and then click “Apply”. 9. Re-start your machine, and then you’re done! The same process can be repeated regardless of the certificate type in order to remove certificates from Windows 10.

Why can't I edit the default certificate?

You can't edit the default certificate from that screen -- but you can edit it. The reason for the similar attributes not being editable in the same place is probably related to the evolution of ALB over time. Specifically, multiple certificates were not originally supported -- this feature was added later.

How do I change the SSL certificate for a load balancer listener?

Select the load balancer and choose Listeners. Select the check box for the listener and choose Edit. For Default SSL certificate, do one of the following: If you created or imported a certificate using AWS Certificate Manager, choose From ACM and choose the certificate.

Why do I have so many certificates on my Windows 10?

In fact, the certificates you see listed are the default certificates that come with a standard installation of Windows 10. If you are an organization that’s using digital certificates across your various networks, then the number of certificates listed will be much higher.


2 Answers

So it might help other people as it was hard for me to find the correct option,

So here is the steps to change SSL for LoadBalancer.

  1. Click on view and edit link and add one more certificate

enter image description here

  1. Add the New SSL you want to use with LB

enter image description here

  1. Then select listener i.e (443) and click on edit enter image description here

  2. Set the new certificate as default added in step 2 enter image description here

Now you are good to remove the old certificate from the Load balancer under step 2.

like image 66
Adiii Avatar answered Oct 09 '22 10:10

Adiii


You can't edit the default certificate from that screen -- but you can edit it. The reason for the similar attributes not being editable in the same place is probably related to the evolution of ALB over time. Specifically, multiple certificates were not originally supported -- this feature was added later.

Select the load balancer and choose Listeners.

Select the check box for the listener and choose Edit.

For Default SSL certificate, do one of the following:

If you created or imported a certificate using AWS Certificate Manager, choose From ACM and choose the certificate.

If you uploaded a certificate using IAM, choose From IAM and choose the certificate.

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-update-certificates.html#replace-default-certificate

like image 4
Michael - sqlbot Avatar answered Oct 09 '22 11:10

Michael - sqlbot