ryancbutler / Citrix-VAD-LAB

Build a Citrix Virtual Apps and Desktop environment with Ansible and Terraform
77 stars 26 forks source link

HTTPS and SSL for Citrix components? #5

Closed riahc3 closed 5 years ago

riahc3 commented 5 years ago

Hello

Ive seen with Director and Storefront that SSL is not enabled and it seems to me in 2019 that might be out of date...

The most obvious thing would be self signed as CA domain certificates and such vary between each environment and it would be difficult to implement a "one shoe fits all" solution.

Im not sure if Enable-VDASSL works with self signed certs though...

Thanks again

ryancbutler commented 5 years ago

@riahc3 there are multiple ways and multiple things that can be added. The intent of this was to quickly get an environment off the ground and get an understanding of the process. This is by no means a hardened environment

riahc3 commented 5 years ago

@riahc3 there are multiple ways and multiple things that can be added. The intent of this was to quickly get an environment off the ground and get an understanding of the process. This is by no means a hardened environment

Is there any plans to make this into a production style playbook? Or is this just a proof of concept?

I was able to make every secure pretty easy (to my surprise...Im not too good with Ansible) but it would be nice to see a best way to implement it.