Skip to content

sybila/CMP-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

OAuth

public/private key pair needs to be generated as well as encryption key

Generating public/private key pair

Use the following commands to create private/public key pair

openssl genrsa -out oauth2.priv 2048
openssl rsa -in oauth2.priv -pubout -out oauth2.pub

then set path to these files inside settings.local.php

Generating encryption key

composer update needs to be run before this step at least once

vendor/bin/generate-defuse-key

then copy and paste the generated string into settings.local.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5