mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[GH-ISSUE #63] Install fails before creating the root CA #55
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ediazcomellas on GitHub (Nov 5, 2020).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/63
Hi,
Great project. I've tried to get it working in debian 10 but unfortunately it breaks during the initial setup.
I was able to get to the second web page of the setup. After seting the domain name and the dns server, the docker container "boulder_boulder_1" fails and restarts.
628365fc7056 letsencrypt/boulder-tools-go1.15:2020-08-12 "labca/entrypoint.sh" 16 minutes ago Restarting (1) 54 seconds ago boulder_boulder_1
Stoping and starting does not help. The web page shows "could not render requested page".
docker logs shows:
Starting enhanced syslogd: rsyslogd.
Connected to boulder-mysql:3306
Database boulder_sa_test already exists - skipping create
goose: no migrations to run. current version: 20200609125504
migrated boulder_sa_test database with ./sa/_db/
added users to boulder_sa_test
Database boulder_sa_integration already exists - skipping create
goose: no migrations to run. current version: 20200609125504
migrated boulder_sa_integration database with ./sa/_db/
added users to boulder_sa_integration
created all databases
CKR_SLOT_ID_INVALID: Slot 0 does not exist.
ERROR: Could open the PKCS#8 file: labca/test-ca.p8
Found slot 864150829 with matching token label.
Starting enhanced syslogd: rsyslogd.
Connected to boulder-mysql:3306
Database boulder_sa_test already exists - skipping create
goose: no migrations to run. current version: 20200609125504
migrated boulder_sa_test database with ./sa/_db/
added users to boulder_sa_test
Database boulder_sa_integration already exists - skipping create
goose: no migrations to run. current version: 20200609125504
migrated boulder_sa_integration database with ./sa/_db/
added users to boulder_sa_integration
created all databases
CKR_SLOT_ID_INVALID: Slot 0 does not exist.
ERROR: Could open the PKCS#8 file: labca/test-ca.p8
Found slot 864150829 with matching token label.
I can't imagine how to fix it to get it working.
@ediazcomellas commented on GitHub (Nov 5, 2020):
sorry. wrong post.