Bug 1270597
| Summary: | Systeam admin guide has wrong info for ssl certificate generation | ||
|---|---|---|---|
| Product: | [Retired] Fedora Documentation | Reporter: | pgaltieri <pgaltieri> |
| Component: | system-administrator's-guide | Assignee: | Stephen Wadeley <swadeley> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Docs QA <docs-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | devel | CC: | swadeley |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-05 11:05:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
pgaltieri
2015-10-11 16:34:33 UTC
Hello Thank you for raising this bug. https://docs.fedoraproject.org/en-US/Fedora/22/html/System_Administrators_Guide/ch-Web_Servers.html#s2-apache-mod_ssl Hello
maybe a typo, I do not see crypto-tools only crypto-utils.
On my Fedora 22 Workstation :
~]# dnf provides crypto-utils
Last metadata expiration check performed 0:03:43 ago on Mon Oct 12 21:46:43 2015.
crypto-utils-2.4.1-57.fc22.x86_64 : SSL certificate and key management utilities
Repo : @System
crypto-utils-2.4.1-57.fc22.x86_64 : SSL certificate and key management utilities
Repo : fedora
So that suggests it is available in Fedora 22.
==========
On a Fedora 23 VM:
~]$ dnf provides crypto-utils
Last metadata expiration check performed 0:00:44 ago on Mon Oct 12 21:52:25 2015.
crypto-utils-2.4.1-59.fc23.x86_64 : SSL certificate and key management utilities
Repo : fedora
So that suggests it is available in Fedora 23
=============
I see doc has been updated in master branch
836f8868 (Stephen Wadeley 2015-05-26 22:16:05 +0200 4028) <screen>~]# <command>dnf install crypto-utils</command></screen>
=========
Please run: dnf provides crypto-utils
or just: dnf install crypto-utils
then: man genkey {as a test}
Thank you
Hello Have you had chance to test as per comment 2? Thank you Yes the crypto-utils package installs and works, but the bug is against the online documentation. So until that is fixed and made available this bug should still remain open. Hello Re: 9.1.7.4. Generating a New Key and Certificate In order to generate a new key and certificate pair, the crypto-utils package must be installed on the system. To install it, enter the following command as root: ~]# yum install crypto-utils ---------- I acknowledge "yum" is out of date, as per comment 2, the change has been made, I just need to get the guide republished. There was some delay at the time as the guide was being translated. --------------------- Thank you Hello I will close this now as the Fedora 23 version in now published. Thank you |