<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GateOne &#8211; BeatificaBytes</title>
	<atom:link href="https://www.BeatificaBytes.be/tag/gateone/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Sun, 22 Mar 2020 13:48:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>GateOne not opening anymore on Synology as being &#8220;unsafe&#8221; due to an expired certificate.</title>
		<link>https://www.BeatificaBytes.be/gateone-not-opening-anymore-on-synology-has-being-unsafe-due-to-an-expired-certificate/</link>
					<comments>https://www.BeatificaBytes.be/gateone-not-opening-anymore-on-synology-has-being-unsafe-due-to-an-expired-certificate/#respond</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 13:48:54 +0000</pubDate>
				<category><![CDATA[Synology]]></category>
		<category><![CDATA[GateOne]]></category>
		<guid isPermaLink="false">https://www.beatificabytes.be/?p=4680</guid>

					<description><![CDATA[There are many many reasons why sometimes GateOne does not open correctly on Synology. One of those is the expiration of your certificate.]]></description>
										<content:encoded><![CDATA[
<p style="text-align: justify;">There are many many reasons why sometimes GateOne does not open correctly on Synology. One of those is the expiration of your certificate.</p>
<p style="text-align: justify;"><span class="collapseomatic " id="id69b42ab3bf579"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b42ab3bf579'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b42ab3bf579" class="collapseomatic_content ">
<p style="text-align: justify;">Notice that I am using my own packaging of GateOne for Synology (to be found <a href="https://www.beatificabytes.be/sspks/?arch=all" target="_blank" rel="noopener noreferrer">here</a>). In order to run properly, GateOne needs a copy of the certificates of your Synology. My Package is taking care of that during the installation. But if the system certificate expired or is renewed, GateOne will be in trouble as long as you don&#8217;t copy yourself the renewed certificate into its setup folder. The symptoms are:</p>
<p style="text-align: justify;">If you open GateOne in a DSM window, you get this: &#8220;The webpage at xxx might be temporarily down&#8221;</p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4690 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-12.png" /></p>
<p style="text-align: justify;">If you open GateOne in a new window, you get this: &#8220;Your Connection is not private&#8221;, ERR_CERT_DATE_INVALID</p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4684 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-6.png" /></p>
<p style="text-align: justify;">If you click on Advanced, you see that &#8220;this server could not prove it is xxx : its security certificate expired xxx days ago&#8221;:</p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4686 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-8.png" /></p>
<p style="text-align: justify;">If you click on &#8220;Proceed to xxx (unsafe)&#8221;, GateOne will open in a new window. But if opened in the DSM, it will display the following messages:</p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4687 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-9.png" /></p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4688 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-10.png" /></p>
<p style="text-align: justify;">To solve this, if you didn&#8217;t renew your certificates yet, do it ! Go to the &#8220;Control Panel&#8221; &gt; &#8220;Security&#8221; &gt; &#8220;Certificate&#8221;. Select your certificates one by one and open the &#8220;Add&#8221; menu + select &#8220;Renew certificate&#8221;</p>
<p style="padding-left: 40px; text-align: justify;"><img decoding="async" class="alignnone wp-image-4689 size-full" src="https://www.beatificabytes.be/wp-content/uploads/2020/04/Pasted-11.png" /></p>
<p style="text-align: justify;">An alternative is to open a SSH console (See <a href="https://www.beatificabytes.be/launch-a-ssh-console-onto-synology-with-putty/" target="_blank" rel="noopener noreferrer">here</a>) and execute the command: /usr/syno/sbin/syno-letsencrypt renew-all -vv</p>
<p style="text-align: justify;">Once the certificates are renewed, in a SSH console, execute:</p>
<ul style="text-align: justify;">
<li>cp /usr/syno/etc/certificate/system/default/cert.pem /var/packages/MODS_GateOne/target/ssl/cert.pem</li>
<li>cp /usr/syno/etc/certificate/system/default/privkey.pem /var/packages/MODS_GateOne/target/ssl/privkey.pem</li>
<li>/usr/syno/bin/synopkg restart MODS_GateOne</li>
</ul>
<p style="text-align: justify;">Notice: the path &#8220;/var/packages/MODS_GateOne/target&#8221; is only valid for GateOne installed with my own package. The path of the official package is probably &#8220;/usr/local/gateone/ssl/&#8221;.</p>
<p style="text-align: justify;"></div>
<div class="pvc_clear"></div><p id="pvc_stats_4680" class="pvc_stats total_only  " data-element-id="4680" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div>]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/gateone-not-opening-anymore-on-synology-has-being-unsafe-due-to-an-expired-certificate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Web Consoles to execute bash commands on Synology</title>
		<link>https://www.BeatificaBytes.be/web-consoles-to-execute-bash-commands-on-synology/</link>
					<comments>https://www.BeatificaBytes.be/web-consoles-to-execute-bash-commands-on-synology/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Wed, 25 Dec 2019 11:51:39 +0000</pubDate>
				<category><![CDATA[Synology]]></category>
		<category><![CDATA[GateOne]]></category>
		<guid isPermaLink="false">https://www.beatificabytes.be/?p=4562</guid>

					<description><![CDATA[I am using two different Web Consoles to execute commands on my Synology : the Web Console of Nickolay Kovalev and GateOne.]]></description>
										<content:encoded><![CDATA[
<p style="text-align: justify;">I am using two different Web Consoles to execute commands on my Synology : the <a href="http://web-console.org/" target="_blank" rel="noopener noreferrer">Web Console</a> of Nickolay Kovalev and <a href="http://liftoffsoftware.com/Products/GateOne" target="_blank" rel="noopener noreferrer">GateOne</a>.</p>
<p style="text-align: justify;"><span class="collapseomatic " id="id69b42ab3c0d7a"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b42ab3c0d7a'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b42ab3c0d7a" class="collapseomatic_content ">
<p style="text-align: justify;">Such Web Consoles are a bit easier to launch than a ssh console via Putty (See <a href="https://www.beatificabytes.be/launch-a-ssh-console-onto-synology-with-putty/" target="_blank" rel="noopener noreferrer">here</a>). They can be opened directly from the DSM of your Synology. Another advantage is that the Web Console is still valid (opened) when the PC goes to out of sleep/hibernation state.</p>
<p style="text-align: justify;">To use the Web Console of Nickolay Kovalev, install my Synology Package &#8220;<a href="https://www.beatificabytes.be/sspks/packages/MODS_WebConsole.spk" target="_blank" rel="noopener noreferrer">MODS_Web_Console</a>&#8221; available on my <a href="https://www.beatificabytes.be/sspks/?arch=all" target="_blank" rel="noopener noreferrer">SSPKS server</a> or on my <a href="https://github.com/vletroye/SynoPackages" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<p style="text-align: justify;"><a href="https://www.beatificabytes.be/wp-content/uploads/2019/12/WebConsole.png"><img fetchpriority="high" decoding="async" class="size-medium wp-image-4563 alignnone" src="https://www.beatificabytes.be/wp-content/uploads/2019/12/WebConsole-300x213.png" alt="" width="300" height="213" /></a></p>
<p style="text-align: justify;">It is very convenient to execute basic commands. But you can&#8217;t use it to run vi, ssh, and otehr commands which interact with the display, the keyboard, etc&#8230;</p>
<p style="text-align: justify;">To use the more advanced Web Console GateOne, install my Synology Package &#8220;<a href="https://www.beatificabytes.be/sspks/packages/MODS_GateOne.spk" target="_blank" rel="noopener noreferrer">MODS_GateOne</a>&#8221; available on my <a href="https://www.beatificabytes.be/sspks/?arch=all" target="_blank" rel="noopener noreferrer">SSPKS server</a> or on my <a href="https://github.com/vletroye/SynoPackages" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<p style="text-align: justify;"><a href="https://www.beatificabytes.be/wp-content/uploads/2019/12/GateOne.png"><img decoding="async" class="size-medium wp-image-4564 alignnone" src="https://www.beatificabytes.be/wp-content/uploads/2019/12/GateOne-300x186.png" alt="" width="300" height="186" /></a></p>
<p style="text-align: justify;">It is really powerful and secure. You can use it to open multiple ssh sessions, edit files with vi, etc&#8230;</p>
<p style="text-align: justify;"></div>
<div class="pvc_clear"></div><p id="pvc_stats_4562" class="pvc_stats total_only  " data-element-id="4562" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div>]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/web-consoles-to-execute-bash-commands-on-synology/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
