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

update for Diego compatibility #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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