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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/264
Author: @bborbe
Created: 8/26/2016
Status: ❌ Closed
Base:
master← Head:feature/fix-policy-forbids-common-name📝 Commits (2)
cfd9584filter commonNameecd0876Merge branch 'foo'📊 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:
openssl version -d
cat /etc/ssl/openssl.cnf |grep commonName
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.