IXOWhitelistDaemon is a simple RSA PSS based golang application to serve verifiable domain whitelists.
Requires a local golang development setup then make server can be used to start a local copy. Keys are generated at runtime unless a private.key and public.key is present in the local binary directory.
# Starts a local development build
make server
# Builds the binary
make build
# docker-compose --build up
make d.up.build
# docker-compose u
make d.up
# docker-compose down
make d.down
#Gets all the domain whitelist items
/api/getwhitelist
#Creates a new domain whitelist item
/api/createwhitelistitem
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.