[PR #264] [CLOSED] filter commonName #779

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/264
Author: @bborbe
Created: 8/26/2016
Status: Closed

Base: masterHead: feature/fix-policy-forbids-common-name


📝 Commits (2)

📊 Changes

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

View changed files

📝 letsencrypt.sh (+1 -1)

📄 Description

I had a problem using letencrypt.sh under pfsense (FreeBsd). Finally i fixed it with a grep -v on commonName.

My error message:

...
 + Requesting challenge for example.com...
 + Responding to challenge for example.com...
 + Challenge is valid!
 + Requesting certificate...
  + ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-cert (Status 400)

Details:
{
  "type": "urn:acme:error:malformed",
  "detail": "Error creating new cert :: policy forbids issuing for: common name (eg, your name)",
  "status": 400
}

openssl version -d

OPENSSLDIR: "/etc/ssl"

cat /etc/ssl/openssl.cnf |grep commonName

commonName = Common Name (eg, YOUR name)


🔄 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/264 **Author:** [@bborbe](https://github.com/bborbe) **Created:** 8/26/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/fix-policy-forbids-common-name` --- ### 📝 Commits (2) - [`cfd9584`](https://github.com/dehydrated-io/dehydrated/commit/cfd95840b71aad6b0f8ea21847d34b6d58fbd94e) filter commonName - [`ecd0876`](https://github.com/dehydrated-io/dehydrated/commit/ecd08766347be8d3612710a529ec926a587798de) Merge branch 'foo' ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+1 -1) </details> ### 📄 Description I had a problem using letencrypt.sh under pfsense (FreeBsd). Finally i fixed it with a grep -v on commonName. My error message: ``` ... + Requesting challenge for example.com... + Responding to challenge for example.com... + Challenge is valid! + Requesting certificate... + ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-cert (Status 400) Details: { "type": "urn:acme:error:malformed", "detail": "Error creating new cert :: policy forbids issuing for: common name (eg, your name)", "status": 400 } ``` openssl version -d > OPENSSLDIR: "/etc/ssl" cat /etc/ssl/openssl.cnf |grep commonName > commonName = Common Name (eg, YOUR name) --- <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:07 +01:00
adam closed this issue 2025-12-29 01:29:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#779