GitXplorerGitXplorer
t

wdsk

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7b36067546faa99042583102153e1e1d3e7b24a7

Add CGI script for file upload

ttschw committed 2 years ago
Unverified
ea2d4a6b44bd2728c9be7df4163c280aaf50a8c6

Allow CGI script execution

ttschw committed 2 years ago
Unverified
f4e9056068c973e41f2a735e6c675aa49964cd06

Edit whitespace

ttschw committed 2 years ago
Unverified
fafed9d83c9aa245cf507583d0cbd1cf6e7ffbbc

Silence deprecation warning (SSLContext ctor argument)

ttschw committed 2 years ago
Verified
374bf485e6a32d67e5eef01cf8afef43d82cfe9a

Add LICENSE

ttschw committed 2 years ago
Unverified
ae0c96ca8b1e99258873187f92f7b91df878292b

Initial import

ttschw committed 2 years ago

README

The README file for this repository.

Web Development Survival Kit

./myca/setup_*.sh

Scripts to create and run our own certificate authority which will provide appropriately signed SSL-keys. That is, browsers (by key-import) told to trust the CA will not complain about a security risk accessing an HTTPS host using keys properly matching its name.

./web-server.py

Simple, Python-based, SSL-enabled web server script

The web server sets Access-Control-Allow-Origin: * and COEP/COOP response headers for cross-origin isolation.