HEX
Server: LiteSpeed
System: Linux s1299.sgp1.mysecurecloudhost.com 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User: everest2 (1878)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/ipalib/pkcs10.py
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
)