A private Certificate Authority for internal (lab) use, based on the open source ACME Automated Certificate Management Environment implementation from Let's Encrypt (tm).
I've tried to start labca through docker-compose but last container labca-boulder gave an error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "labca/entrypoint.sh": stat labca/entrypoint.sh: no such file or directory: unknown
indicating that the registry ghcr.io/hakwerk/labca-boulder isn't containing essential entrypoint.
Good afternoon,
I've tried to start labca through docker-compose but last container
labca-boulder
gave an error:indicating that the registry
ghcr.io/hakwerk/labca-boulder
isn't containing essential entrypoint.