[GH-ISSUE #203] If dynamic CA configuration disabled - return error #132

Open
opened 2026-02-25 22:32:41 +03:00 by kerem · 0 comments
Owner

Originally created by @zztalker on GitHub (Oct 2, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/203

When "The dynamic CA configuration feature is in the disabled state" mkcert -install put certificate to the appropriate place and call update-ca-trust extract (for Linux / CentOS 6 for example).
This util produced Warning output and does nothing with certs.

[root@centos]# update-ca-trust extract
update-ca-trust: Warning: The dynamic CA configuration feature is in the disabled state
So CA cert was not installed.

Proposed to chek that "The dynamic CA configuration feature is in the disabled state" and return non zero result code when trying to install the certificate.

Originally created by @zztalker on GitHub (Oct 2, 2019). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/203 When "The dynamic CA configuration feature is in the disabled state" `mkcert -install` put certificate to the appropriate place and call `update-ca-trust extract` (for Linux / CentOS 6 for example). This util produced Warning output and does nothing with certs. ```sh [root@centos]# update-ca-trust extract update-ca-trust: Warning: The dynamic CA configuration feature is in the disabled state So CA cert was not installed. ``` Proposed to chek that "The dynamic CA configuration feature is in the disabled state" and return non zero result code when trying to install the certificate.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#132
No description provided.