Release 22.12
This commit is contained in:
parent
bd5e02bb87
commit
7382947fc3
3 changed files with 15 additions and 6 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -8,20 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
### Security
|
||||
|
||||
## [22.12] 2022-12-01
|
||||
|
||||
### Added
|
||||
|
||||
* The key file can be read and written only by the owner
|
||||
|
||||
### Changed
|
||||
|
||||
* Use genpkey and pkey instead of genrsa and rsa
|
||||
* Improved cert-expirations.sh for better readability of its ouput
|
||||
|
||||
### Fixed
|
||||
|
||||
* Create index.txt.attr file
|
||||
|
||||
### Removed
|
||||
|
||||
### Security
|
||||
|
||||
## [22.04] 2022-04-14
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="22.04"
|
||||
VERSION="22.12"
|
||||
|
||||
show_version() {
|
||||
cat <<END
|
||||
|
|
2
shellpki
2
shellpki
|
@ -5,7 +5,7 @@
|
|||
|
||||
set -u
|
||||
|
||||
VERSION="22.04"
|
||||
VERSION="22.12"
|
||||
|
||||
show_version() {
|
||||
cat <<END
|
||||
|
|
Loading…
Reference in a new issue