Skip to content

Cannot get a correct setup of SSL certificates #263

@gnutix

Description

@gnutix

I'm currently putting up an up-to-date Drifter environment on Ubuntu 18.04 with a LAMP stack for an HTTPS API project. I've set ssl: yes in virtualization/parameters.yml. After the provisioning, it generated a ca.crt file in my web root.

I've tried importing it in my "truststore", as stated in the doc, with the command keytool -v -import -file ca.crt -alias projectname -keystore my-cacerts. It had no output. I've restarted my Chrome (and then my computer), and Chrome still gives the same warning NET::ERR_CERT_AUTHORITY_INVALID when I access the API in HTTPS.

Am I missing something ? Did anyone set up a SSL certificate and could explain me the missing steps ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions