From 279de6a1195adb739a8d1f2afb445b68793b28b8 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Jun 2024 08:29:49 +0200 Subject: chore: Remove dash in project name To be consistent with naming of the tools in cmd/. --- cmd/silentct-mac/examples.help2man | 2 +- cmd/silentct-mac/main.go | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cmd/silentct-mac') diff --git a/cmd/silentct-mac/examples.help2man b/cmd/silentct-mac/examples.help2man index f7bbff5..378a491 100644 --- a/cmd/silentct-mac/examples.help2man +++ b/cmd/silentct-mac/examples.help2man @@ -1,6 +1,6 @@ [EXAMPLES] Allowlist the current certificate in a Let's Encrypt deployment: -.B $ silentct-mac -n example.org -s sikritpassword -o /var/www/example.org/silent-ct/allowlist /etc/letsencrypt/live/example.org/fullchain.pem +.B $ silentct-mac -n example.org -s sikritpassword -o /var/www/example.org/silentct/allowlist /etc/letsencrypt/live/example.org/fullchain.pem You may run the above as part of your crontab or certbot renewal configuration. diff --git a/cmd/silentct-mac/main.go b/cmd/silentct-mac/main.go index 2add812..0295834 100644 --- a/cmd/silentct-mac/main.go +++ b/cmd/silentct-mac/main.go @@ -7,12 +7,12 @@ import ( "os" "strings" - "rgdd.se/silent-ct/internal/flagopt" - "rgdd.se/silent-ct/internal/ioutil" - "rgdd.se/silent-ct/internal/logger" - "rgdd.se/silent-ct/pkg/crtutil" - "rgdd.se/silent-ct/pkg/policy" - "rgdd.se/silent-ct/pkg/submission" + "rgdd.se/silentct/internal/flagopt" + "rgdd.se/silentct/internal/ioutil" + "rgdd.se/silentct/internal/logger" + "rgdd.se/silentct/pkg/crtutil" + "rgdd.se/silentct/pkg/policy" + "rgdd.se/silentct/pkg/submission" ) const usage = ` -- cgit v1.2.3