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

Implement set SSL on gateway #248

Open
snowch opened this issue Aug 17, 2020 · 2 comments
Open

Implement set SSL on gateway #248

snowch opened this issue Aug 17, 2020 · 2 comments

Comments

@snowch
Copy link
Member

snowch commented Aug 17, 2020

PUT /api/v1/install/?install_reconfig HTTP/1.1
Host: 127.0.0.1:8080
Content-Length: 3477
Accept-Encoding: gzip, deflate
REMOTE_ADDR: 109.151.141.70
Accept: */*
User-Agent: python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1127.18.2.el7.x86_64
Connection: keep-alive
X-BDS-SESSION: /api/v2/session/d8824c3e-71de-489b-ad07-44d0cf1abc31
Authorization: /api/v2/session/d8824c3e-71de-489b-ad07-44d0cf1abc31

{"gateway_ssl_cert_info": {"cert_file": {"content": "-----BEGIN CERTIFICATE-----XXXX-----END CERTIFICATE-----\n", "file_name": "cert.pem"}, "key_file": {"content": "-----BEGIN RSA PRIVATE KEY-----XXXX-----END RSA PRIVATE KEY-----\n", "file_name": "key.pem"}}}

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Content-Length: 0
Content-Type: text/plain
Date: Mon, 17 Aug 2020 17:37:00 GMT
Server: HPE Ezmeral Container Platform 5.1

@snowch
Copy link
Member Author

snowch commented Aug 29, 2020

See also: #178

@snowch
Copy link
Member Author

snowch commented Aug 30, 2020

Initial functionality: 809c00d

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

No branches or pull requests

1 participant