EZDRM Cloudformation Template JSON & Setup
Here is a Cloudformation template that can be used with AWS Cloudformation service to create a SPEKE server and also setup the licence server with EZDRM. You need to create a key_server.py file with this contents. import base64 from key_server_common import ClientResponseBuilder, ServerResponseBuilder def server_handler(event, context): host = event['headers']['Host'] stage...