King0770-Notes-VNC-Safe: Difference between revisions

(Created page with "'''WORK IN PROGRESS - DO NOT USE''' "'Summary of steps'" * Download * Install * ZCS adjustment settings * Issues ==Section I - Download== As root <code><pre> wget http://pa...")
 
No edit summary
Line 7: Line 7:
* ZCS adjustment settings
* ZCS adjustment settings
* Issues
* Issues
* FAQ


==Section I - Download==
==Section I - Download==
As root
'''As root'''
<code><pre>
<code><pre>
wget http://packages.vnc.biz/zmpkg/bootstrap/zmpkg-installer-latest.tar.gz
wget http://packages.vnc.biz/zmpkg/bootstrap/zmpkg-installer-latest.tar.gz
Line 15: Line 16:


==Section II - Install==
==Section II - Install==
As root
'''As root'''
<code><pre>
<code><pre>
tar -zxvf zmpkg-installer-latest.tar.gz
tar -zxvf zmpkg-installer-latest.tar.gz
Line 24: Line 25:
</pre></code>
</pre></code>


As Zimbra
'''As Zimbra'''
<code><pre>
<code><pre>
zm-apt-get install zcs-cloudsafe-zimlet
zm-apt-get install zcs-cloudsafe-zimlet
Line 32: Line 33:


==Section III - ZCS Adjustment settings==
==Section III - ZCS Adjustment settings==
As Zimbra
'''As Zimbra'''
<code><pre>
<code><pre>
zmlocalconfig -e ssl_allow_accept_untrusted_certs=true
zmlocalconfig -e ssl_allow_accept_untrusted_certs=true
Line 42: Line 43:
</pre></code>
</pre></code>


==Section IV - Issues==
RFE: cloudsafeuserpassword should be encrypted,  https://redmine.vnc.biz/projects/zsafe-support-portal/incidents#39837
RFE: VNC Safe - zmpkg-installer should create a log file during install,  https://redmine.vnc.biz/projects/ztalk-support-portal/incidents#38099
RFE: VNC Safe - Auto Set zimbraZimletJspEnabled to TRUE,  https://redmine.vnc.biz/projects/ztalk-support-portal/incidents#38098




==Section IV = Issues==
==Section V - FAQ==

Revision as of 01:29, 2 December 2016

WORK IN PROGRESS - DO NOT USE

"'Summary of steps'"

  • Download
  • Install
  • ZCS adjustment settings
  • Issues
  • FAQ

Section I - Download

As root

wget http://packages.vnc.biz/zmpkg/bootstrap/zmpkg-installer-latest.tar.gz

Section II - Install

As root

tar -zxvf zmpkg-installer-latest.tar.gz

cd zmpkg-installer-1.4.4.2

./install.sh

As Zimbra

zm-apt-get install zcs-cloudsafe-zimlet

zmcontrol restart

Section III - ZCS Adjustment settings

As Zimbra

zmlocalconfig -e ssl_allow_accept_untrusted_certs=true
zmlocalconfig -e ssl_allow_mismatched_certs=true
zmlocalconfig -e ssl_allow_untrusted_certs=true
zmlocalconfig -e data_source_trust_self_signed_certs=true
zmprov ms `zmhostname` zimbraZimletJspEnabled TRUE
zmprov mcf zimbraReverseProxyUpstreamReadTimeout 600s

Section IV - Issues

RFE: cloudsafeuserpassword should be encrypted, https://redmine.vnc.biz/projects/zsafe-support-portal/incidents#39837 RFE: VNC Safe - zmpkg-installer should create a log file during install, https://redmine.vnc.biz/projects/ztalk-support-portal/incidents#38099 RFE: VNC Safe - Auto Set zimbraZimletJspEnabled to TRUE, https://redmine.vnc.biz/projects/ztalk-support-portal/incidents#38098


Section V - FAQ

Jump to: navigation, search