TLS version 1.2 defined in documents #2378

This commit is contained in:
Priit Tark 2015-06-15 13:12:53 +03:00
parent 301b561ed1
commit 64d8009446
3 changed files with 17 additions and 7 deletions

View file

@ -1,6 +1,9 @@
# REPP integration specification
REPP uses currently Basic Authentication (http://tools.ietf.org/html/rfc2617#section-2) with ssl certificate and key.
REPP uses HTTP/1.1 protocol (http://www.ietf.org/rfc/rfc2616.txt) and
Basic Authentication (http://tools.ietf.org/html/rfc2617#section-2) using
Secure Transport (https://tools.ietf.org/html/rfc5246) with certificate and key (https://tools.ietf.org/html/rfc5280).
Credentials and certificate are issued by EIS (in an exchange for desired API username, CSR and IP).
To quickly test the API, use curl: