Releases: dvdsk/renewc
Releases · dvdsk/renewc
Release 0.6.0
[0.6.0] - 2024-12-23
Changed
- autogenerated name(s) now includes top-level domain
- autogenerated name(s) start with
cert_
,key_
,chain_
or nothing
depending on output format chosen - if a path with extension is passed in we do not touch it. Unless the
extension is the one for another encoding scheme (very probably user error)
In that case we abort with an error. - print certificate name when giving advise/checking settings
Added
- install: pass in a name for the generated service. If no name is passed in
one is generated.
Fixed
- incorrect status message on non production certificate
Release 0.4.0
Changes
- Pem output option is now called SinglePemFile
- When using SinglePemFile '_cert' is no longer appended
- Autogenerated name consists of all second-level domains interspersed with &
Added
- Installer featuring interactive tui
Release 0.3.2
Fixes
- Number of hours in diagnostic message no longer add the number of days*24 that was just printed before them
Release 0.3.1
Fixes
- Number of hours in diagnostic message no longer add the number of days*24 that was just printed before them
Added
- Note the current machines local IP when the challenge server is not reachable
Release 0.3.0
Added
- Print a short summary including paths after writing files to disk
Changes
- PEM output option now follows rfc4346 certificate lists order
- Challenge verification may take longer now, user is informed in if it takes long.
Fixes
- Full paths to output files are no longer miss their parent directory if it contained a dot
Release 0.2.6
Added
- Allow path arguments with or without the correct extension
- Warn user before renewal if path has (wrong) extension
Release 0.2.5
Fixes
- Continue y/n no longer continues when chosing n
Release 0.2.4
Fixes
- orders no longer get stuck at status pending
- when challenge server is not reachable the error message no longer mentions "a different server malfunctioning"
Release 0.2.3
Added
- add support for Linux targets with arm or armv7 architecture and hardware floating point unit
Release 0.2.1
Added
- add support for Linux targets with arm or armv7 architecture and hardware floating point unit