macOS - PhotoBulk

简介

PhotoBulk is an indispensable Mac image editor that handles loads of image editing tasks with an ease. Our image editing software for Mac has all the features you might need: it is your watermark software for Mac, image resizer, image compressor and image converter – all in a click. PhotoBulk knows exactly how to rename photos on Mac.

JKS 和 P12 证书相互转换

  • JKS 转换为 P12

    1
    2
    3
    4
    5
    6
    7
    keytool -importkeystore \
    -srckeystore source.jks \
    -srcstoretype jks \
    -destkeystore target.p12 \
    -deststoretype pkcs12 \
    -srcstorepass source_password \
    -deststorepass target_password