Skip to content

Commit

Permalink
Release 1.3.683.747
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleepw4lker committed Nov 15, 2022
1 parent e338bf2 commit 46f25b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Changelog for the TameMyCerts Policy Module

=== 1.3.683.747 (Nov 15, 2022)

* Implement support for (over)writing the subject relative distinguished name (RDN) of issued certificates with configurable attributes from a mapped Active Directory object.
* Implement support for supplementing missing DNS names and IP addresses from commonName field in subject distringushed name into the subject alternative name of the issued certificate. This is to automatically make issued certificates compliant to link:https://www.rfc-editor.org/rfc/rfc2818[RFC 2818^].
* Add option to issue certificates for mapped acounts that are disabled (e.g. to prestage certificates in combination with the "StartDate" attribute functionality).
* Add option to remove Security Identifier certificate extension when provided in a certificate request instead of denying it entirely ("Remove" keyword for the SecurityIdentifierExtension directive).
* Key rules can now also be applied to requests for online certificate templates.
* Fix string substitution for the "serialNumber", "unstructuredName" and "unstructuredAddress" relative distinguished names.
* Fix a bug preventing the use of the "any" CIDR mask (0.0.0.0/0) in a subject rule.
* Fix a bug in installer script not updating policy directory.

=== 1.2.587.662 (Aug 11, 2022)

* Implement support for looking up identities that are requested in offline templates against Active Directory (calles "directory mapping"). It may be specified if a certificate request shall get denied if a matching user or computer account does not exist, is disabled, if it is member of a forbidden group, or not member of any permitted group.
Expand Down
4 changes: 2 additions & 2 deletions TameMyCerts/AutoVersionIncrement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
// Build Number
// Revision

[assembly: AssemblyVersion("1.2.587.662")]
[assembly: AssemblyFileVersion("1.2.587.662")]
[assembly: AssemblyVersion("1.3.683.747")]
[assembly: AssemblyFileVersion("1.3.683.747")]

0 comments on commit 46f25b0

Please sign in to comment.