1. The following words were not included in your search because they are too short, too long, or too common: by
  1. R

    DirectAdmin 1.703

    ...also what appears to be a false detection of invalid cert; The provided TLS certificate is invalid: x509: certificate signed by unknown authority while pasting official CA certificates as downloaded from the Cert provider. but since we now need to paste all parts at once, no clear indication...
  2. W

    Can't update my server TLS Certificate

    ...it shows my server as insecure. So I tried to manually update it in SSH and I now have the message x509: certificate signed by unknown authority Is there an easy way to refresh the TLS certificate for the server using the https://xxx.xxx.xxx.xxx:2222 format or the actual server name (I...
  3. H

    (résolu) erreur ./letencrypt domain

    ...'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": x509: certificate signed by unknown authority Certificate generation failed. sous debian 10 j ai tous essayer se que j ai trouver mais tjr le meme problème impossible de renouveler...
  4. MaXi32

    Can't update directadmin x509 cert error

    This issue has been posted many times: https://forum.directadmin.com/search/750025/?q=x509:+certificate+signed+by+unknown+authority&o=date One of the solutions is : https://forum.directadmin.com/threads/lets-encrypt-ssl-generation-getting-failed.64785/post-337204
  5. S

    Can't update directadmin x509 cert error

    ...x509: certificate signed by unknown authority Please contact JBMC-Software, including the error message. Failure to do so could result in an inactive control panel. I have since issued a new cert from letsencrypt. I still get same error when trying update.
  6. Amit

    Let's encrypt ssl generation getting failed

    ...following error while generating lets encrypt free ssl. 2021/10/18 14:01:15 Could not create client: get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": x509: certificate signed by unknown authority Certificate generation...
  7. V

    Letsencrypt ssl on centos6

    ...Get "https://acme-v02.api.letsencrypt.org/directory":" x509: certificate signed by unknown authority. Certificate generation failed. On centos7 this is easily fixed updating the ca-certificates but this isn't working for centos6. Does anyone have any solutions for centos6? Kind regards
  8. J

    Let's encrypt SSL server error on all domains

    ...at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": x509: certificate signed by unknown authority Certificate generation failed. I ran commands: ./build update ./build letsencrypt ./build lego ./build apache But an error stays the same.
  9. J

    Can't generate let's encrypt certificate on all domains SSL Error

    ...at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": x509: certificate signed by unknown authority Certificate generation failed. I ran commands: ./build update ./build letsencrypt ./build lego ./build apache But an error stays the same.
  10. Pacific Spirit

    Error by SSL free let's encrypt

    ...encrypt, he get this error below: 2021/10/06 15:41:28 Could not create client: get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": x509: certificate signed by unknown authority Certificate generation failed. Any idea how...
  11. rocketcity

    SSL certificate

    If you are generating a self signed cert, modify the following line:openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cacert.pem to read something like this:openssl req -new -x509 -days 730 -keyout /usr/local/directadmin/conf/cakey.pem.tmp...
Back
Top