jimbju

Results 8 comments of jimbju

Would be awesome if someone could "fix" minishift on Windows 10 + VirtualBox. I got it to work the first time, but ever since I rebooted my computer it's not...

> I think the main issue is not enough resources (ram, disk, etc...) available for minishift/openshift to start up completely and successfully. But, it seems that minishift does not report...

For anyone having this issue on Windows 10, follow this guide and uninstall the Windows OpenSSH client. https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse After I uninstalled the Windows OpenSSH client minishift started just fine.

Getting the same error as OP: ```powershell $CAName = 'My CA' $CAObj = Get-CertificationAuthority -Name $CAName $CAObj | Publish-CRL ``` ``` Exception calling "PublishCRL" with "2" argument(s): "CCertAdmin::PublishCRLs: The parameter...

@Crypt32 contents of `$CAObj`: ```powershell DisplayName ComputerName IsAccessible ServiceStatus Type ----------- ------------ ------------ ------------- ---- My CA mycacomputername... True Running Enterprise Subordinate CA ``` ```powershell $CAObj.GetType() IsPublic IsSerial Name BaseType...

The end user has implemented some logic that depends on values in the subject distinguished name.

Hey! Thanks for reply! I'm not that familiar with GitHub releases so I'm not sure exactly what I'm requesting! :D I'm using another ACME client on my *nix systems and...

I was planning to use the checksum file when downloading the zip from GitHub releases.