Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/sii-ssl-proxy
Nginx proxy to intercat with SII
https://github.com/gisce/sii-ssl-proxy
aeat hacktoberfest nginx proxy sii ssl
Last synced: about 2 months ago
JSON representation
Nginx proxy to intercat with SII
- Host: GitHub
- URL: https://github.com/gisce/sii-ssl-proxy
- Owner: gisce
- Created: 2017-05-19T12:38:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T10:44:04.000Z (about 2 years ago)
- Last Synced: 2024-04-13T16:09:56.964Z (9 months ago)
- Topics: aeat, hacktoberfest, nginx, proxy, sii, ssl
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple NGINX SII SSL Proxy
[NGINX Proxy Module](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate)
This allow us to use a AEAT valid certificate in a independent server to increment the **security**.
The webservice clients has to make requests againts the proxy
(with a valid SSL client provided by the proxy) and the proxy
will resend this request to the AEAT SII system with a valid
certificate.## Running in a docker
```sh
docker run --name sii-proxy -v /path/nginx.conf:/etc/nginx/nginx.conf:ro \
-v /path/ssl:/etc/nginx/ssl:ro -p 4443:443 nginx