Commit d3832c5a authored by Alain Takoudjou's avatar Alain Takoudjou

Release version 0.1.3

parent 283ae591
0.1.3 (2017-06-30)
==================
* add support for backup caucase database to cli
* serial is a random unique formatted hexadecimal number get from the csr_id
* allow to set custom subject (X509Name) when signing a certificate
* add new cliweb command which when required will download/update crl file from caucase web
0.1.2 (2017-05-12) 0.1.2 (2017-05-12)
================== ==================
* cliweb: renew now takes threshold option to check if renew is required and optional on-renew script to run after certificate renewal * cliweb: renew now takes threshold option to check if renew is required and optional on-renew script to run after certificate renewal
......
...@@ -20,7 +20,7 @@ from setuptools import setup, find_packages ...@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.1.2' version = '0.1.3'
name = 'caucase' name = 'caucase'
long_description = open("README.rst").read() + "\n" long_description = open("README.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment