Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS examples #35

Open
5 of 10 tasks
ssbostan opened this issue Jun 9, 2022 · 11 comments
Open
5 of 10 tasks

Add TLS examples #35

ssbostan opened this issue Jun 9, 2022 · 11 comments

Comments

@ssbostan
Copy link
Collaborator

ssbostan commented Jun 9, 2022

Hi contributors,

We have a new milestone to develop some examples for the Terraform TLS provider.

The following tasks are our primary goals:

  • 01 create a simple RSA private key easy-simple-rsa-private-key
  • 02 create a simple ED25519 private key easy-simple-ed25519-private-key
  • 03 create a new RSA public/private keys for SSH use easy-ssh-rsa-algorithm
  • 04 create a new ED25519 public/private keys for SSH use easy-ssh-ed25519-algorithm
  • 05 create a new private key and a new CSR file easy-csr-with-new-private-key
  • 06 create a new CSR with an existing private key easy-csr-with-existing-private-key
  • 07 create a new self-signed certificate for website easy-website-https-self-signed-certificate
  • 08 create a new CA with both certificate and its private key easy-create-ca-certificate
  • 09 create a new certificate using CSR and CA files easy-sign-csr-certificate
  • 10 create a new certificate, add DNS name and IP address to its subject easy-dns-ip-subject-certificate

Please run terraform fmt before commit.

Please set the comment message like this: add example:tls easy-simple-rsa-private-key

Thanks.

@amirnoshian
Copy link
Contributor

amirnoshian commented Jun 10, 2022

i work on 01 create a simple RSA private key easy-simple-rsa-private-key

  • OK

@mehran-torkaman
Copy link
Contributor

mehran-torkaman commented Jun 10, 2022

I will work on 02 create a simple ED25519 private key easy-simple-ed25519-private-key.

  • OK

@ehsantux
Copy link
Contributor

ehsantux commented Jun 10, 2022

I will work on 03 create a new RSA public/private keys for SSH use easy-ssh-rsa-algorithm

  • OK

@baniasadi-m
Copy link
Contributor

baniasadi-m commented Jun 10, 2022

I will work on 04 create a new ED25519 public/private keys for SSH use easy-ssh-ed25519-algorithm

  • OK

@peymansafiri
Copy link
Contributor

peymansafiri commented Jun 10, 2022

I will work on 05 create a new private key and a new CSR file easy-csr-with-new-private-key

  • OK

@Sms-Rk
Copy link
Contributor

Sms-Rk commented Jun 10, 2022

i will work on 10 create a new certificate, add DNS name and IP address to its subject easy-dns-ip-subject-certificate

  • ok

@saeedya
Copy link
Contributor

saeedya commented Jun 10, 2022

I will work on 06 create a new CSR with an existing private key easy-csr-with-existing-private-key.

  • OK

@saeedhosseini21
Copy link
Contributor

saeedhosseini21 commented Jun 10, 2022

i will work on 07 create a new self-signed certificate for website easy-website-https-self-signed-certificate

  • OK

@tfeiz
Copy link
Contributor

tfeiz commented Jun 10, 2022

I will work on 09 create a new certificate using CSR and CA files easy-sign-csr-certificate

  • OK

@ravanbod
Copy link
Contributor

ravanbod commented Jun 10, 2022

I will work on 08 create a new CA with both certificate and its private key easy-create-ca-certificate

  • OK

@mamirpanah
Copy link
Contributor

mamirpanah commented Jun 21, 2022

I will work on 01 create a simple RSA private key easy-simple-rsa-private-key

  • OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests