mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[GH-ISSUE #26] Remove/refactor command line helpers #19
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#19
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 @laurivosandi on GitHub (Jan 26, 2017).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/26
In the beginning we tried to configure services with
certidude setup service-blah, this approach failed because bits and pieces of the information has to be persistent for example for certificate renewal and in some cases request has to be initiated later (when interface goes up or machine is joined to domain).Instead now we're using
/etc/certidude/client.confand/etc/certidude/services.confconfiguration files. This makes it more manageable also with configuration management software.In fact in the future we should migrate to
/etc/certidude/client.d/blah.confand/etc/certidude/service.d/blah.confschema. This makes it easier to reconfigure services with a simple copypastable command instead of having to update fragments of an .ini style file.So -
certidude setup service-blahcommand either should be removed completely or refactored to generate/etc/certidude/serivced/blah.conffiles