Hello,
I am trying to install and getting stuck when running the provided sh file.
I've re-installed it a few times and keep getting this error when doing docker-compose up,
lemur_1 | FileNotFoundError: [Errno 2] Unable to load configuration file (No such file or directory): '/home/lemur/.lemur/lemur_keys/SECRET_KEY'
aidan@vm104:~/stecCA$ sudo docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d39aea692c46 stecca_nginx "/docker-entrypoint.…" 5 minutes ago Up 17 seconds 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp stecca_nginx_1
72fa7b86fdc6 netlix-lemur:latest "/entrypoint /usr/bi…" 5 minutes ago Restarting (1) 4 seconds ago stecca_lemur_1
94b82a690607 postgres:alpine "docker-entrypoint.s…" 5 minutes ago Up 17 seconds 127.0.0.1:5432->5432/tcp stecca_postgres_1
31364da4f7de redis:alpine "docker-entrypoint.s…" 5 minutes ago Up 17 seconds 127.0.0.1:6379->6379/tcp stecca_redis_1
aidan@vm104:~/stecCA$
It seems like during install all is well and I've been careful to follow instruction,
CFSSL_URL ="http://ca.local:8888" #change this with machine ip or dns name
CFSSL_ROOT ="""-----BEGIN CERTIFICATE-----
MIICPTCCAeKgAwIBAgIUYKdHSSodfR4EqYG+fsxtHGSSV4YwCgYIKoZIzj0EAwIw
...
IZy2LBuSxl+9u5+Jd8YCIQDr1T/TogG6vlIxW2RTaOd/pSZVBXzfge3YdTiulbjbOw==
-----END CERTIFICATE-----"""
CFSSL_INTERMEDIATE ="""-----BEGIN CERTIFICATE-----
MIICxjCCAmygAwIBAgIUBTX+DVwygvLt88adNlMsud8cqXkwCgYIKoZIzj0EAwIw
...
+GQdunF3WwIhAPQMvcdgH/blErtccOki5WuYBUYL+TCtvXCNuVgUcA6a
-----END CERTIFICATE-----"""
How do I go about fixing this?
Hello,
I am trying to install and getting stuck when running the provided sh file.
I've re-installed it a few times and keep getting this error when doing
docker-compose up,It seems like during install all is well and I've been careful to follow instruction,
How do I go about fixing this?