So this seems specific to your Mac. Can you try creating a blank site just to see if you run into an error when DevKinsta tries to create the SSL certificate? If not, are you then able to delete the new site without this error?
I believe you can also try manually deleting the ssl certificate by running that command from your terminal: security delete-certificate -c captaincaliente.local -t
I think because I’ve upgraded operating systems since this site was developed locally, there’s a keychain conflict. That’s just my theory so far though.
My only guess is that either DevKinsta created two certificates with the same name or a different app created the other certificate(s).
I’ll also ask our developers for advice here to see if there’s another way around this. I don’t think we’ve seen either error before so we’ll have to see if there’s a better way to handle this step.
@wpcreative-jw, in your case it is an issue you would have to sort in your Mac terminal. Our developers verified that if you manually delete the certificate you shouldn’t run into this issue.
You need to delete the security key with the name “wpcreative.local”. You can try this command again although it will probably fail: security delete-certificate -c wpcreative.local -t
Once that certificate is deleted, DevKinsta shouldn’t fail with that error.
So I removed that and it seemed to work, the site was eventually removed. Now when I try and start devkinsta I get the DK005 error. When looking into docker the devkinsta_nginx container isnt running and has the error below:
2022/07/14 17:03:38 [emerg] 1#1: cannot load certificate "/www/kinsta/ssl/wpcreative.local.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/www/kinsta/ssl/wpcreative.local.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/www/kinsta/ssl/wpcreative.local.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/www/kinsta/ssl/wpcreative.local.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
So now I can’t use devkinsta at all? Any suggestions?
And to answer your last question, simply downloading the current version of DevKinsta and installing it will overwrite the application files of the old version (it will leave site data untouched)