This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OPENSSL = openssl | |
DAYS = -days 3652 | |
CADAYS = -days 3652 | |
REQ = $(OPENSSL) req | |
CA = $(OPENSSL) ca | |
VERIFY = $(OPENSSL) verify | |
X509 = $(OPENSSL) x509 | |
# must be absolute path | |
CATOP = $(PWD)/ca |