Vadims Podans

Results 25 issues of Vadims Podans

When exporting certificate template, it is considered a duplicate and revision number should not be exported as is, instead, they shall be updated as follows: -- `Revision` DS attribute is...

Your .psm1 file contains the following code that assigns imported/generated certificate template to all enterprise CAs in the forest: ```PowrrShell #region ISSUE If ($Publish) { ### WARNING: Issues on all...

sometimes AzureSignTool incorrectly detects unsigned file as signed and skips such file from signing. The issue appears under the following conditions: 1. `-s` switch is used 2. file being signed...

This is related to #5, but not exactly. Here is my NReco.Logging registration with .NET DI: ```C# services.AddLogging(loggingBuilder => { loggingBuilder.AddFile("Logs\\app_{0:yyyy}-{0:MM}-{0:dd}.log", fileLoggerOpts => { fileLoggerOpts.FormatLogFileName = getLogFileName; fileLoggerOpts.FileSizeLimitBytes = 1...

question

Ticket: #90 - excluded files from dependency packages - optimized package dependencies

Subject. Package contains files from dependency packages, which must be excluded.

bug
enhancement

Source: https://tools.ietf.org/html/rfc6962#section-3.2

migrated SysadminsLV.PKI.Win .NET Framework project to SDK-style project.

- Updated all methods and constructors that accepted `Byte[]` to accept `ReadOnlySpan` or `ReadOnlyMemory` (depending on need) - Removed long ago obsoleted APIs - Obsoleted most properties that returned `Byte[]`...