Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/vendor/imdhemy/appstore-iap/bin/cer-to-pem.sh
Назад
#!/usr/bin/env bash # This script is used to convert a .cer file to a .pem file # Check if the file exists if [ ! -f "$1" ]; then echo "File $1 does not exist" exit 1 fi # Check if the file is a .cer file if [[ "$1" != *.cer ]]; then echo "File $1 is not a .cer file" exit 1 fi # Get output file name if it exists, otherwise use the input file name with .pem extension if [ -z "$2" ]; then output_file="${1%.*}.pem" else output_file="$2" fi # Convert the file and output to the output file openssl x509 -inform der -in "$1" -out "$output_file"
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка