mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
packaging: management default file cleanup (#3139)
This cleanups management server default file, the `cloud.jks` is no longer created by the management server but instead created in-memory by the root CA plugin on management server startup. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
53ec27cd7a
commit
463372bc7e
@ -18,11 +18,7 @@
|
||||
# Where your java installation lives
|
||||
#JAVA_HOME="/usr/lib/jvm/java"
|
||||
|
||||
if [ -r "/etc/cloudstack/management/cloud.jks" ] ; then
|
||||
JAVA_OPTS="-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false -Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M -XX:MaxPermSize=800m -Djavax.net.ssl.trustStore=/etc/cloudstack/management/cloud.jks -Djavax.net.ssl.trustStorePassword=vmops.com -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers "
|
||||
else
|
||||
JAVA_OPTS="-Djava.awt.headless=true -Dcom.sun.management.jmxremote=false -Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/cloudstack/management/ -XX:PermSize=512M -XX:MaxPermSize=800m -Djava.security.properties=/etc/cloudstack/management/java.security.ciphers "
|
||||
fi
|
||||
|
||||
CLOUDSTACK_USER="cloud"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user