[PR #277] [CLOSED] add --create-dirs flag #782

Closed
opened 2025-12-29 01:29:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/277
Author: @vdloo
Created: 9/15/2016
Status: Closed

Base: masterHead: add-create-dirs-flag


📝 Commits (1)

📊 Changes

1 file changed (+12 additions, -1 deletions)

View changed files

📝 dehydrated (+12 -1)

📄 Description

create necessary directories that do not exist with --create-dirs or -cd

$ dehydrated -c
ERROR: WELLKNOWN directory doesn't exist, please create /data/web/public/.well-known/acme-challenge and set appropriate permissions.
$ dehydrated -c --create-dirs
Processing example.com
 + Checking domain name(s) of existing cert... unchanged.
 + Checking expire date of existing cert...
 + Valid till Dec 14 09:53:00 2016 GMT (Longer than 30 days). Skipping renew!

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/277 **Author:** [@vdloo](https://github.com/vdloo) **Created:** 9/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-create-dirs-flag` --- ### 📝 Commits (1) - [`9ecf147`](https://github.com/dehydrated-io/dehydrated/commit/9ecf147a9583ac35277b98f89ea9bf19ecd9e27a) add --create-dirs flag ### 📊 Changes **1 file changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+12 -1) </details> ### 📄 Description create necessary directories that do not exist with --create-dirs or -cd ``` $ dehydrated -c ERROR: WELLKNOWN directory doesn't exist, please create /data/web/public/.well-known/acme-challenge and set appropriate permissions. ``` ``` $ dehydrated -c --create-dirs Processing example.com + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Dec 14 09:53:00 2016 GMT (Longer than 30 days). Skipping renew! ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:08 +01:00
adam closed this issue 2025-12-29 01:29:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#782