Docs: Documentation Update authored by RWTHApp Service's avatar RWTHApp Service
...@@ -10,6 +10,16 @@ To use Kestrel you need to add the following NuGet packages: ...@@ -10,6 +10,16 @@ To use Kestrel you need to add the following NuGet packages:
* ```Microsoft.AspNetCore.Mvc``` * ```Microsoft.AspNetCore.Mvc```
* ```Microsoft.AspNetCore``` * ```Microsoft.AspNetCore```
## Consul keys
The following Consul keys are required:
* "coscine/global/waterbutler_url"
* "coscine/global/rds_access_key"
* "coscine/global/rds_secret_key"
* "coscine/global/gitlabtoken"
* Look at cs/action Consul keys
## Https usage ## Https usage
Generate a developer certificate: ```dotnet dev-certs https``` Generate a developer certificate: ```dotnet dev-certs https```
... ...
......