Giter Club home page Giter Club logo

Comments (5)

zenny avatar zenny commented on June 3, 2024 3

I did the following to solve above problem by reissuing the certs (can cut and paste):

BACKUP THE OLD CERTS

tar pcfz /root/ispconfig_ssl_backup.tar.gz /usr/local/ispconfig/interface/ssl
chmod 600 /root/ispconfig_ssl_backup.tar.gz

CREATED NEW CSR

cd /usr/local/ispconfig/interface/ssl
openssl genrsa  -out ispserver.key 4096
openssl req -new -key ispserver.key -out ispserver.csr

-des3 was removed from the second command above to issue it without a passphrase (ref: http://serverfault.com/questions/366372/is-it-possible-to-generate-rsa-key-without-pass-phrase)

CREATED CERTS

openssl x509 -req -days 3650 -in ispserver.csr -signkey ispserver.key -out ispserver.crt
openssl rsa -in ispserver.key -out ispserver.key.insecure

REPLACED NEW CERTS WITH NEW

mv ispserver.key ispserver.key.secure
mv ispserver.key.insecure ispserver.key

from ispconfig_setup.

Neustradamus avatar Neustradamus commented on June 3, 2024 1

It is resolved?

from ispconfig_setup.

zenny avatar zenny commented on June 3, 2024

I found a similar issue with turnkey linux with lxc and here goes the solution that worked in turnkey linux at least: turnkeylinux/tracker#587 (comment) as posted by @JedMeister

URL=https://raw.githubusercontent.com/turnkeylinux/common/master/overlays/turnkey.d/sslcert
FILE=usr/local/bin/turnkey-make-ssl-cert
wget -O /$FILE $URL/$FILE
turnkey-make-ssl-cert --default --force-overwrite
service nginx restart

It suggests to create and force overwrite the security certificates.

from ispconfig_setup.

JedMeister avatar JedMeister commented on June 3, 2024

@zenny - it may be a similar issue but I'm not sure that the fix would be the relevant anywhere other than TurnKey though. The error/issue (in TurnKey) was caused by a bug in our turnkey-make-ssl-cert script (which all appliances use to create self signed SSL certs).

from ispconfig_setup.

gerMdz avatar gerMdz commented on June 3, 2024

Excellent for me

from ispconfig_setup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.