Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolas59/epsi-ci-survey


https://github.com/nicolas59/epsi-ci-survey

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# epsi-ci-survey

[![Build Status](https://travis-ci.com/nicolas59/epsi-ci-survey.svg?branch=master)](https://travis-ci.com/nicolas59/epsi-ci-survey)

[JWT]
* generation de la clé privée avec certificat
```
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
```

* generation de la clé publique
```
openssl rsa -in key.pem -pubout -out public-key.pem
```