[PR #82] [MERGED] Refactored obtain certifications module #885

Closed
opened 2026-02-26 12:09:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/82
Author: @0xJacky
Created: 2/15/2023
Status: Merged
Merged: 2/15/2023
Merged by: @0xJacky

Base: masterHead: refactor-obtain-cert


📝 Commits (6)

  • 175d19a fix: server_name split issue in SAN cert
  • e260860 feat: store error log of obtaining cert
  • e9d26de enhance: auto obtain cert
  • a9aacce feat: store auto-cert log to db
  • 85dbbcc chore: update translations
  • 8b80900 chore: docker development env

📊 Changes

49 files changed (+1412 additions, -604 deletions)

View changed files

📝 .air.toml (+2 -2)
dev.Dockerfile (+27 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/src/api/domain.ts (+2 -2)
📝 frontend/src/components/StdDataDisplay/StdTable.vue (+1 -1)
📝 frontend/src/language/en/app.po (+61 -31)
📝 frontend/src/language/messages.pot (+57 -30)
📝 frontend/src/language/translations.json (+1 -1)
📝 frontend/src/language/zh_CN/app.mo (+0 -0)
📝 frontend/src/language/zh_CN/app.po (+62 -31)
📝 frontend/src/language/zh_TW/app.mo (+0 -0)
📝 frontend/src/language/zh_TW/app.po (+62 -31)
📝 frontend/src/version.json (+1 -1)
📝 frontend/src/views/cert/Cert.vue (+32 -14)
📝 frontend/src/views/dashboard/DashBoard.vue (+1 -5)
📝 frontend/src/views/domain/DomainEdit.vue (+1 -1)
📝 frontend/src/views/domain/cert/Cert.vue (+2 -1)
📝 frontend/src/views/domain/cert/IssueCert.vue (+7 -7)
📝 frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue (+1 -0)
📝 frontend/version.json (+1 -1)

...and 29 more files

📄 Description

  1. Fixed server_name splite issue in SAN cert, if server_name contains _, this may cause an unexpected error.
  2. Added a feature that will store auto-cert log to db.
  3. Increase the certificate renewal frequency to once every seven days.

🔄 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/0xJacky/nginx-ui/pull/82 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `master` ← **Head:** `refactor-obtain-cert` --- ### 📝 Commits (6) - [`175d19a`](https://github.com/0xJacky/nginx-ui/commit/175d19a206b19a94fef7ecbd23143c8fdc2f63de) fix: server_name split issue in SAN cert - [`e260860`](https://github.com/0xJacky/nginx-ui/commit/e260860adc9d52439c23d7908434324240f5266f) feat: store error log of obtaining cert - [`e9d26de`](https://github.com/0xJacky/nginx-ui/commit/e9d26ded1cf9551bae02b5556763199df5248736) enhance: auto obtain cert - [`a9aacce`](https://github.com/0xJacky/nginx-ui/commit/a9aacce0ad5b37ed33edb97897e7224cd372eb4d) feat: store auto-cert log to db - [`85dbbcc`](https://github.com/0xJacky/nginx-ui/commit/85dbbcc54b9e47e1b1f72929dc40b065ca86440a) chore: update translations - [`8b80900`](https://github.com/0xJacky/nginx-ui/commit/8b809005fd2db46bf02506ed83187823c5e3ca74) chore: docker development env ### 📊 Changes **49 files changed** (+1412 additions, -604 deletions) <details> <summary>View changed files</summary> 📝 `.air.toml` (+2 -2) ➕ `dev.Dockerfile` (+27 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/api/domain.ts` (+2 -2) 📝 `frontend/src/components/StdDataDisplay/StdTable.vue` (+1 -1) 📝 `frontend/src/language/en/app.po` (+61 -31) 📝 `frontend/src/language/messages.pot` (+57 -30) 📝 `frontend/src/language/translations.json` (+1 -1) 📝 `frontend/src/language/zh_CN/app.mo` (+0 -0) 📝 `frontend/src/language/zh_CN/app.po` (+62 -31) 📝 `frontend/src/language/zh_TW/app.mo` (+0 -0) 📝 `frontend/src/language/zh_TW/app.po` (+62 -31) 📝 `frontend/src/version.json` (+1 -1) 📝 `frontend/src/views/cert/Cert.vue` (+32 -14) 📝 `frontend/src/views/dashboard/DashBoard.vue` (+1 -5) 📝 `frontend/src/views/domain/DomainEdit.vue` (+1 -1) 📝 `frontend/src/views/domain/cert/Cert.vue` (+2 -1) 📝 `frontend/src/views/domain/cert/IssueCert.vue` (+7 -7) 📝 `frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue` (+1 -0) 📝 `frontend/version.json` (+1 -1) _...and 29 more files_ </details> ### 📄 Description 1. Fixed server_name splite issue in SAN cert, if server_name contains `_`, this may cause an unexpected error. 2. Added a feature that will store auto-cert log to db. 3. Increase the certificate renewal frequency to once every seven days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:09:50 +03:00
Sign in to join this conversation.
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/nginx-ui#885
No description provided.