Reason: Property 'spring.cloud.config.server.git.privateKey' is not a valid private key. I have generated SSH key with follwoing command - ssh-keygen -m PEM -t rsa -b 4096.
I have generated the keys with multiple ways like putty gen, Git bash etc., but still I am getting invalid private key.
configuration. attached the configuration file and error log file
I have fixed the issue After adding the "passphrase" to properties file as highlighted in th attached message. "passphrase" will be generated at the time of generating keys.