summaryrefslogtreecommitdiffstats
path: root/ipalib/pkcs10.py
blob: 2756c85682346c59916d8c68d2dd6fd8392059d7 (plain)
1
2
3
4
5
6
7
8
from __future__ import print_function
import sys

print(
    "ipalib.pkcs10 module is deprecated and will be removed in FreeIPA 4.6. "
    "To load CSRs, please, use python-cryptography instead.",
    file=sys.stderr
)