You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
while running terraform plan i am getting this issue "Error running plan: 1 error(s) occurred:
* provider.matchbox: no PEM certificates were parsed'
even though i gave proper certificates
What you expected to happen?
terraform should run and able to pwoer on nodes
How to reproduce it (as minimally and precisely as possible)?
regenrated correct keys and even tried using pem format but still not working
Generate a ca.crt, server.crt, server.key, client.crt, and client.key.
$ ./cert-gen
Using this command I generated and I verified using this commands:
Openssl verify file-name
And I am using
./tectonic-installer/linux/installer
Linux one
On 9 Feb 2018 11:49 p.m., "Rob Szumski" <notifications@github.com> wrote:
Terraform is included with the Installer. It is added to your path as part
of:
$ export PATH=$(pwd)/tectonic-installer/darwin:$PATH
Can you share how you generated or validated your certificates?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2923 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYcUm6oT_zk0jFLKwWHIXwfd8e8JJ_gdks5tTIwTgaJpZM4R_epq>
.
Versions
Tectonic version (release or commit hash):
Terraform version (
terraform version
):Platform (aws|azure|openstack|metal|vmware):
What happened?
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
References
Feature Request
Environment
Desired Feature
Other Information
The text was updated successfully, but these errors were encountered: