[PR #3] [MERGED] Misc cosmetic improvements #56

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

📋 Pull Request Information

Original PR: https://github.com/laurivosandi/certidude/pull/3
Author: @plaes
Created: 8/28/2015
Status: Merged
Merged: 8/28/2015
Merged by: @laurivosandi

Base: masterHead: work


📝 Commits (8)

  • ada3dab Add requirements.txt
  • f7183fd cli: Add some error checks for ca target directory
  • da20025 cli: Generate openssl.cnf snippet as file instead of writing it to terminal
  • 2877c32 cli: Kill unused imports
  • 8b35102 Refactor CertificateAuthorityConfig to accept single configuration file
  • 49a79c9 cli: spawn: Return error code when spawn fails
  • 03f9c9f cli: spawn: Fix error message when certidude signer is already running
  • a3fd7ed Add kerberos to requirements

📊 Changes

7 files changed (+63 additions, -20 deletions)

View changed files

📝 README.rst (+1 -1)
📝 certidude/cli.py (+26 -13)
📝 certidude/templates/openssl.cnf (+4 -0)
📝 certidude/wrappers.py (+10 -4)
📝 certidude/wsgi.py (+1 -1)
requirements.txt (+19 -0)
📝 setup.py (+2 -1)

📄 Description

Last patch is speculative, because I've yet to figure out how to join my machine to existing AD domain so kerberos would work ;)


🔄 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/laurivosandi/certidude/pull/3 **Author:** [@plaes](https://github.com/plaes) **Created:** 8/28/2015 **Status:** ✅ Merged **Merged:** 8/28/2015 **Merged by:** [@laurivosandi](https://github.com/laurivosandi) **Base:** `master` ← **Head:** `work` --- ### 📝 Commits (8) - [`ada3dab`](https://github.com/laurivosandi/certidude/commit/ada3dab9d81d037ab4fa49214f9345244ddc9690) Add requirements.txt - [`f7183fd`](https://github.com/laurivosandi/certidude/commit/f7183fd1ab29169c0a07a44c1e41b2df0d671f00) cli: Add some error checks for ca target directory - [`da20025`](https://github.com/laurivosandi/certidude/commit/da2002538e57f68a12df6a50a1e716092b62a069) cli: Generate openssl.cnf snippet as file instead of writing it to terminal - [`2877c32`](https://github.com/laurivosandi/certidude/commit/2877c32c69b35eef9a9c44ea3d8965a08ff9fb0d) cli: Kill unused imports - [`8b35102`](https://github.com/laurivosandi/certidude/commit/8b35102974bbe31fd7cc7624f1936331a09a5afb) Refactor CertificateAuthorityConfig to accept single configuration file - [`49a79c9`](https://github.com/laurivosandi/certidude/commit/49a79c91803eeb384826519256b1ef0438baebd7) cli: spawn: Return error code when spawn fails - [`03f9c9f`](https://github.com/laurivosandi/certidude/commit/03f9c9fd5073792583955b80716f280d614f6efe) cli: spawn: Fix error message when certidude signer is already running - [`a3fd7ed`](https://github.com/laurivosandi/certidude/commit/a3fd7edbfbf2836201c42058acb5b3108d4ad2fd) Add kerberos to requirements ### 📊 Changes **7 files changed** (+63 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `README.rst` (+1 -1) 📝 `certidude/cli.py` (+26 -13) 📝 `certidude/templates/openssl.cnf` (+4 -0) 📝 `certidude/wrappers.py` (+10 -4) 📝 `certidude/wsgi.py` (+1 -1) ➕ `requirements.txt` (+19 -0) 📝 `setup.py` (+2 -1) </details> ### 📄 Description Last patch is speculative, because I've yet to figure out how to join my machine to existing AD domain so kerberos would work ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:36 +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/certidude-laurivosandi#56
No description provided.