Skip to content

Conversation

@gokulk04
Copy link

  1. change VCAP_APP_PORT env to PORT as per Diego guidelines
  2. change "cf files" command for certificate retrieval to "cf ssh" to match Diego migration guidelines

1. change VCAP_APP_PORT env to PORT as per Diego guidelines
2. change "cf files" command for certificate retrieval to "cf ssh" to match Diego migration guidelines
print("cf files letsencrypt app/conf/live/" + path + "/chain.pem")
print("cf files letsencrypt app/conf/live/" + path + "/fullchain.pem")
print("cf files letsencrypt app/conf/live/" + path + "/privkey.pem")
print("cf ssh letsencrypt -c 'cat ~/app/conf/live/" + path + "/cert.pem' > cert.pem")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you drop the files/ssh change for now please?
We need to plan for how to handle both Diego and DEA.

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

Successfully merging this pull request may close these issues.

2 participants