New Question

JobbO's profile - activity

2017-07-29 19:23:29 +0200 received badge  Famous Question (source)
2017-06-15 16:18:16 +0200 received badge  Notable Question (source)
2017-06-15 07:16:31 +0200 received badge  Editor (source)
2017-06-15 03:20:08 +0200 received badge  Popular Question (source)
2017-06-14 20:39:43 +0200 answered a question Unable to Import Key Pair

What about the existing Keypair I created via OpenStack Horizon and downloaded .pem with Private kay, Is there any solution to export Private Key from .pem and import into my local Windows computer certificates?

2017-06-14 15:38:15 +0200 asked a question Unable to Import Key Pair

I try to follow instruction on "Windows authentication without passwords in OpenStack" but it seems like it is missing instruction for Import Key Pair via OpenStack Horizon.

After I run script create-winrm-client-cert.sh I have got 2 files

winrm_client_cert.pem 
winrm_client_cert.pfx

I need to export Public key from winrm_client_cert.pem by this OpenSSL command

openssl x509 -pubkey -noout -in winrm_client_cert.pem -out pubkey.pem

Then I try to import this public key to my project:

-----BEGIN CERTIFICATE-----
MIIDIjCCAgqgAwIBAgIJAPb3vERlPtSwMA0GCSqGSI......
............+0rcoyVMWNI50SrXPWpX6uaIuyWsN1Vc
-----END PUBLIC KEY-----

but I encountered with “Unable to import key pair” when trying to import the Key Pair via the  OpenStack Horizon same as this link https://schwulet.wordpress.com/2016/0...

Please can you let me know what did I missing?

2017-06-13 14:43:40 +0200 answered a question Can't activate administrator account

If I want to set Administrator password to static string, Can I use like this?

[DEFAULT]
username=Administrator
groups=Administrators
first_logon_behaviour="MySecretPassword" <-- or with "no" option ???

If I change username from "Admin" to "Administrator", then ConfigWinRMCertificateAuthPlugin still enable password-less for WinRM on the instance or not? and winrmenablebasic_aut as well, Does it enable by default after install cloudbase-init?