We noticed that our acme server implementation was not finished creating the certificate as fast as letsencrypt after order finalization. So this patch adds a wait for the order to get out of processing state.
🔄 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/639
**Author:** [@johanlundberg](https://github.com/johanlundberg)
**Created:** 4/25/2019
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `retry_on_order_processing`
---
### 📝 Commits (1)
- [`cd2618b`](https://github.com/dehydrated-io/dehydrated/commit/cd2618b498b799b960bb3a47696ef33ef1781574) Wait if order status is processing
### 📊 Changes
**1 file changed** (+15 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+15 -2)
</details>
### 📄 Description
We noticed that our acme server implementation was not finished creating the certificate as fast as letsencrypt after order finalization. So this patch adds a wait for the order to get out of processing state.
---
<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/639
Author: @johanlundberg
Created: 4/25/2019
Status: ❌ Closed
Base:
master← Head:retry_on_order_processing📝 Commits (1)
cd2618bWait if order status is processing📊 Changes
1 file changed (+15 additions, -2 deletions)
View changed files
📝
dehydrated(+15 -2)📄 Description
We noticed that our acme server implementation was not finished creating the certificate as fast as letsencrypt after order finalization. So this patch adds a wait for the order to get out of processing state.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.