freeipa/ipalib/pkcs10.py
2025-08-12 22:28:56 +02:00

9 lines
215 B
Python

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