Skip to content

Commit

Permalink
Merge pull request #2 from mwiora/feat/repoupdate
Browse files Browse the repository at this point in the history
Feat/repoupdate
  • Loading branch information
mrwiora committed Jul 26, 2021
2 parents f5d81b6 + 090881e commit ba320d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ certificates.
To get started, fetch the Advanced PKI example files and change into the
new directory::

git clone https://bitbucket.org/stefanholek/pki-example-2
git clone https://github.com/mwiora/pki-example-2.git
cd pki-example-2


Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
master_doc = 'index'

# General information about the project.
project = u'OpenSSL PKI Tutorial'
copyright = u'2012-2014, Stefan H. Holek, @stefanholek'
project = u'OpenSSL PKI Tutorial NG'
copyright = u'2012-2014, Stefan H. Holek, @stefanholek / 2021, Matthias R. Wiora, @mwiora'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = 'v1.1'
version = 'v2.0'
# The full version, including alpha/beta/rc tags.
release = 'v1.1'
release = 'v2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/expert/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ user certificates.
To get started, fetch the Expert PKI example files and change into the new
directory::

git clone https://bitbucket.org/stefanholek/pki-example-3
git clone https://github.com/mwiora/pki-example-3.git
cd pki-example-3

Configuration Files
Expand Down
2 changes: 1 addition & 1 deletion docs/simple/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all operations you are likely to encounter in a PKI.
To get started, fetch the Simple PKI example files and change into the
new directory::

git clone https://bitbucket.org/stefanholek/pki-example-1
git clone https://github.com/mwiora/pki-example-1.git
cd pki-example-1


Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

version = '1.1'
version = '2.0'

setup(name='pki-tutorial',
version=version,
description='OpenSSL PKI Tutorial',
author='Stefan H. Holek',
author_email='stefan@epy.co.at',
url='http://pki-tutorial.readthedocs.org/',
description='OpenSSL PKI Tutorial NG',
author='Stefan H. Holek, Matthias R. Wiora',
author_email='stefan@epy.co.at, matthias@wiora.co.uk',
url='http://pki-tutorial-ng.readthedocs.org/',
license='CC',
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit ba320d3

Please sign in to comment.