8 lines
161 B
Bash
8 lines
161 B
Bash
#!/bin/bash
|
|
|
|
source VM_CONFIG.sh
|
|
if_dentro="enp0s8"
|
|
ip_dentro="10.60.0.1"
|
|
ifconfig $if_dentro $ip_dentro netmask 255.255.255.0
|
|
cp conf/openssl.cnf /etc/pki/tls/
|