Skip to content
Permalink
ecb8bc7a95
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 3 lines (2 sloc) 140 Bytes
#! /bin/bash
openssl req -nodes -x509 -newkey rsa:4096 -keyout mxshadow.key.pem -out mxshadow.cert.pem -days 36500 -subj '/CN=mxshadowsrv'