mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-11 17:53:24 +00:00
v1.3.0
This commit is contained in:
parent
37b5d1871c
commit
9036299f4e
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v1.3.0] - 2025-06-23
|
||||
|
||||
This release attempts to detect and warn of possible incompatibilies with a
|
||||
spcecified certificate. NMCs do not warn or error when a bad file is installed,
|
||||
instead they silently fail and generally just generate a new self-signed
|
||||
certificate. This release checks some properties of the specified certificate
|
||||
and produces warning messages that can be referenced if the cert installation
|
||||
appears to work but ultimately doesn't prododuce the expected result.
|
||||
|
||||
- Add warnings based on key type, signature algorithm, validity dates, and
|
||||
extensions.
|
||||
- Minor lint.
|
||||
|
||||
|
||||
## [v1.2.3] - 2025-06-19
|
||||
|
||||
Minor updates to the application. Large updates to the build process to
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "1.2.3"
|
||||
appVersion = "1.3.0"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue