GithubHelp home page GithubHelp logo

selfsignedcertificate's Issues

Unable to parse time for NotBefore (on Linux)

Hi,

I have installed your module, and have attempted to generate a PFX for Azure AD, but it returned an error as per below:

Cheers,

Damien


PS /home/tusker/dev> $password = ConvertTo-SecureString -Force -AsPlainText 'tusker'
PS /home/tusker/dev> $distinguishedName = @{
>> CommonName = 'tusker.onmicrosoft.com'
>> Country = 'AU'
>> StateOrProvince = 'NSW'
>> Locality = 'Sydney'
>> Organization = 'Tusker Technologies Pty Ltd'
>> OrganizationalUnit = 'PSE'
>> EmailAddress = '[email protected]'
>> }
PS /home/tusker/dev> $certificateParameters = $distinguishedName + @{
>>     OutCertPath = '/home/tusker/dev/tusker.pfx'
>> StartDate = [System.DateTimeOffset]::Now
>> Duration = [timespan]::FromDays(365)
>> Passphrase = $password
>> CertificateFormat = 'Pfx'
>> KeyLength = 4096
>> ForCertificateAuthority = $true
>> KeyUsage = 'DigitalSignature','KeyEncipherment'
>> EnhancedKeyUsage = 'ServerAuthentication','ClientAuthentication'
>> }
PS /home/tusker/dev> New-SelfSignedCertificate @certificateParameters -Force
New-SelfSignedCertificate : Cannot process argument transformation on parameter 'NotBefore'. Cannot convert the "7/5/19 7:13:14 PM +10:00" value of type "System.DateTimeOffset" to type "System.DateTime".
At line:1 char:27
+ New-SelfSignedCertificate @certificateParameters -Force
+                           ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidData: (:) [New-SelfSignedCertificate], ParameterBindingArgumentTransformationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,New-SelfSignedCertificate

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.