Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown Error Creating a certificate

Tags:

macos

gdb

I'm trying to install gdb for my mac. I've followed the instructions here, but when I get to the step where I set the keychain to system, I get an error when I try to create it. picture

How do I fix this?

like image 952
Blubber Avatar asked Feb 01 '18 16:02

Blubber


People also ask

How do I fix an untrusted certificate error?

To resolve this problem, install the intermediate certificate (or chain certificate) file to the server that hosts your website. To do that, log into your DigiCert Management Console, click the order number, and then select the certificate download link. This file should be named DigiCertCA.

How do I fix certificate not trusted on Mac?

In the Keychain Access app on your Mac, select a keychain from one of the keychains lists, then double-click a certificate. Next to Trust, click the arrow to display the trust policies for the certificate. To override the trust policies, choose new trust settings from the pop-up menus.

What is a website certificate error?

Certificate errors occur when there's a problem with a certificate or a web server's use of the certificate. Internet Explorer helps keep your information more secure by warning about certificate errors.

Is not a trusted certificate?

If you visit a website and your browser gives out a warning, “This site's security certificate is not trusted”, then it indicates that the certificate in question is either not signed by a trusted root certificate or that the browser is not able to link that certificate with the trusted root certificate.


1 Answers

I fixed it. Instead of creating it for system, I created it for login. Then, I dragged the certificate into system.

like image 92
Blubber Avatar answered Nov 15 '22 06:11

Blubber