Skip to content

Repair cert file copy: SSL_CONFIG points to ./ssl, not ./ssl/ssl

Currently this is copying to a nested ssl dir, which SSL_CONFIG isn't pointing to. Another fix would be to "cp /config/ssl/* ssl" However, we need this to also work for first boot where ./ssl doesn't yet exist. A third solution would be to update SSL_CONFIG to point to ./ssl/ssl/

Merge request reports