1

With server:ca:install on the Symfony console an SSL certificate can be generated and installed.

Is it possible / How to install an existing one, created separately (instead of the auto-generated one)?

Background: I need a certificate, that contains a specific IP as "alternative name".

0

1 Answer 1

2

symfony server:ca:install command creates and install certificates in user home directory (~) under .symfony5/certs folder you can replace generated certs with the existing ones here.

Note: Before replacing you can backup existing certs for later usage Or you can just regenerate new certs with the same command.

Sign up to request clarification or add additional context in comments.

1 Comment

This does not work for me. Symfony server seems to use an unknown predefined password for the certificate, and responds when calling 'symfony server:start' with"pkcs12: decryption password incorrect"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.