Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DogTag's two step installation for CA only #4796

Closed
wants to merge 4 commits into from
Closed

Use DogTag's two step installation for CA only #4796

wants to merge 4 commits into from

Conversation

fcami
Copy link
Contributor

@fcami fcami commented Jun 9, 2020

Some configuration items of Dogtag are only available using a 2-step
installation method described at:
https://www.dogtagpki.org/wiki/Two-Step_Installation

dogtaginstance.py: enable two-step Dogtag instance installation

cainstance.py: use Dogtag's two-step installation method

Use Dogtag's two-step installation method for CAs to be
able to customize some parameters like CA lifetime.

Related: https://pagure.io/freeipa/issue/7827
Fixes: https://pagure.io/freeipa/issue/8438

@fcami fcami added WIP Work in progress - not ready yet for review ipa-next Mark as master (4.12) only labels Jun 9, 2020
@fcami fcami changed the title test - Use DogTag's two step installation for CA only Use DogTag's two step installation for CA only Jun 9, 2020
@fcami
Copy link
Contributor Author

fcami commented Jun 9, 2020

@fcami fcami added the re-run Trigger a new run of PR-CI label Jul 31, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Jul 31, 2020
@fcami fcami added the re-run Trigger a new run of PR-CI label Jul 31, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Jul 31, 2020
@fcami fcami added the re-run Trigger a new run of PR-CI label Jul 31, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Jul 31, 2020
@fcami fcami added the re-run Trigger a new run of PR-CI label Jul 31, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Jul 31, 2020
@fcami fcami added the re-run Trigger a new run of PR-CI label Aug 3, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Aug 3, 2020
ipautil.run(args, nolog=nolog_list)
else:
args = list(args)
ipautil.run(args, nolog=nolog_list)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why make args a tuple only to convert it into a list, especially when it is always converted?

@fcami fcami added the re-run Trigger a new run of PR-CI label Aug 31, 2020
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Aug 31, 2020
Some configuration items of Dogtag are only available using a 2-step
installation method described at:
https://www.dogtagpki.org/wiki/Two-Step_Installation

Fixes: https://pagure.io/freeipa/issue/8438
Signed-off-by: François Cami <fcami@redhat.com>
Use Dogtag's two-step installation method for CAs to be
able to customize some parameters like CA lifetime.

Fixes: https://pagure.io/freeipa/issue/8438
Signed-off-by: François Cami <fcami@redhat.com>
POSIX time values, which measure the number of seconds since
January 1 1970, will exceed the maximum value representable
in a signed 32-bit integer in January 2038.
Limit CA lifetime to before the end date.

Fixes: https://pagure.io/freeipa/issue/7827
Signed-off-by: François Cami <fcami@redhat.com>
@freeipa-pr-ci freeipa-pr-ci added the needs rebase Pull Request cannot be automatically merged - needs to be rebased label Sep 17, 2020
@stale
Copy link

stale bot commented Nov 16, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale PR [Bot] label Nov 16, 2020
@stale
Copy link

stale bot commented Nov 30, 2020

This issue has been automatically closed as stale it has not had recent activity.

@stale stale bot closed this Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ipa-next Mark as master (4.12) only needs rebase Pull Request cannot be automatically merged - needs to be rebased stale Stale PR [Bot] WIP Work in progress - not ready yet for review
Projects
None yet
3 participants