URL:
https://github.com/freeipa/freeipa/pull/3140
Author: tiran
Title: #3140: Use PKCS#8 instead of traditional privkey format
Action: opened
PR body:
"""
The modern PKCS#8 private key format supports better encryption standard
and is preferable over traditional, weak PKCS#1 key format.
Fixes:
https://pagure.io/freeipa/issue/7943
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3140/head:pr3140
git checkout pr3140