Skip to content

Commit 158f899

Browse files
authored
update readme
1 parent 926d01a commit 158f899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TLS and eIDAS proxy server
1+
# TLS and signature proxy server
22

33
Simple proxy server meant to be run in secure a Google Cloud environment.
44

@@ -17,7 +17,7 @@ You need to specify request method, url, name of a public certificate and a priv
1717
All headers which you want to pass to the actual server should be prefixed with `X-Request-`
1818

1919

20-
2. Signing data with eIDAS private key
20+
2. Signing data with PEM private key
2121
In order to do that just send a request to `/sign` endpoint with your data in the body and following headers:
2222
`X-Proxy-Key` -- private key name/path
2323
`X-Proxy-Signature-Algorithm` -- signature algorithm (supported rs256 and ps256 values)

0 commit comments

Comments
 (0)