mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add docs for a provider proxy (#255)
* Add instructions for an internal proxy provider * Improve example test config * .. by moving CSAF_CONFIG out of the common fcgiwrap.conf, so it can more easily be changed in a different context. * Improve proxy-provider-for-aggregator.md * Add section to aggregator documentation. * Fix typos. * Improve instructions. * Fix one path * Complre proxy-provider-for-aggregator.md
This commit is contained in:
parent
c511a971d6
commit
677b0fdd4f
5 changed files with 147 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ echo '
|
|||
if ($ssl_client_verify != SUCCESS){
|
||||
return 403;
|
||||
}
|
||||
}
|
||||
}
|
||||
'> ~/${FOLDERNAME}/clientCertificateConfigs.txt
|
||||
|
||||
sudo sed -i "/^server {/r ${HOME}/${FOLDERNAME}/clientCertificateConfigs.txt" $NGINX_CONFIG_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue