[PR #32] [MERGED] Added support for IDN #31 #45

Closed
opened 2026-02-26 21:31:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ridercz/AutoACME/pull/32
Author: @avonwyss
Created: 11/26/2018
Status: Merged
Merged: 11/28/2018
Merged by: @ridercz

Base: masterHead: idn


📝 Commits (2)

  • 62e2513 Added support for IDN #31
  • c1854c0 Replaced local server URL constants with Certes constants

📊 Changes

3 files changed (+35 additions, -18 deletions)

View changed files

📝 Altairis.AutoAcme.Core/AcmeEnvironment.cs (+14 -0)
📝 Altairis.AutoAcme.IisSync/Program.cs (+7 -7)
📝 Altairis.AutoAcme.Manager/Program.cs (+14 -11)

📄 Description

Hostnames can now contain Unicode characters which are correctly converted to IDN notation before processing, and hostnames which are IDN are explained as follows: unicode.name (ascii.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/ridercz/AutoACME/pull/32 **Author:** [@avonwyss](https://github.com/avonwyss) **Created:** 11/26/2018 **Status:** ✅ Merged **Merged:** 11/28/2018 **Merged by:** [@ridercz](https://github.com/ridercz) **Base:** `master` ← **Head:** `idn` --- ### 📝 Commits (2) - [`62e2513`](https://github.com/ridercz/AutoACME/commit/62e25134447059025ee63eeb84a642cc0e49f45a) Added support for IDN #31 - [`c1854c0`](https://github.com/ridercz/AutoACME/commit/c1854c0bcdc422354dd26e1741d01850ffa3953f) Replaced local server URL constants with Certes constants ### 📊 Changes **3 files changed** (+35 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Altairis.AutoAcme.Core/AcmeEnvironment.cs` (+14 -0) 📝 `Altairis.AutoAcme.IisSync/Program.cs` (+7 -7) 📝 `Altairis.AutoAcme.Manager/Program.cs` (+14 -11) </details> ### 📄 Description Hostnames can now contain Unicode characters which are correctly converted to IDN notation before processing, and hostnames which are IDN are explained as follows: `unicode.name (ascii.name)` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:31 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoACME#45
No description provided.