https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Frank Shen

08/09/2023, 5:49 PM
Hello, In Flyte helm chart’s values-eks.yaml file, there is a certificateArn: e.g.
Copy code
userSettings:
  accountNumber: <ACCOUNT_NUMBER>
  accountRegion: <AWS_REGION>
  certificateArn: <CERTIFICATE_ARN>
  ...
What is this cerfificate for? And how to create one? Thanks
d

David Espejo (he/him)

08/09/2023, 6:53 PM
@Frank Shen the cert is used to secure comms to flyteadmin more details and instructions here: https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/07-configure-SSL.md
f

Frank Shen

08/09/2023, 6:55 PM
Thanks @David Espejo (he/him)!
4 Views