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

[FEATURE REQUEST]: Create SSL keys #1176

Open
rein-tollevik opened this issue Jul 3, 2024 · 0 comments
Open

[FEATURE REQUEST]: Create SSL keys #1176

rein-tollevik opened this issue Jul 3, 2024 · 0 comments

Comments

@rein-tollevik
Copy link

Description

I would like to create SSL ecsda and rsa keys on the netscaler, for use with (and similar to) the citrixadc_sslcertreq resource.

Affected Resource(s) and/or Data Source(s)

citrixadc_sslecdsake
citrixadc_sslrsakey

Equivalent NetScaler CLI Command

create ssl ecdsakey ...
create ssl rsakey ...

Potential Terraform Configuration

resource "citrixadc_sslrsakey" "key" {
  keyfile  = "my-name.key"
  keyform  = "PEM"
  bits     = 2048
  aes256   = true
  password = "very-secret-password"
}

resource "citrixadc_sslcertreq" "req" {
  reqfile.      = "my-name.csr"
  keyfile       = citrixadc_sslrsakey.key.keyfile
  pempassphrase = "very-secret-password"
  ...
}

References

https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/ssl/sslecdsakey
https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/ssl/sslrsakey

rein-tollevik added a commit to rein-tollevik/terraform-provider-citrixadc that referenced this issue Aug 27, 2024
rein-tollevik added a commit to rein-tollevik/terraform-provider-citrixadc that referenced this issue Aug 27, 2024
rein-tollevik added a commit to rein-tollevik/terraform-provider-citrixadc that referenced this issue Aug 27, 2024
Signed-off-by: Rein Tollevik <rein.tollevik@politiet.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant