4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/bash
|
|
|
|
kubectl -n atat create secret generic dhparam-4096 --from-file=./dhparam.pem
|