Plugin for YOURLS.
Create SSL short links when shortening SSL URLs. Eg, when shortening https://www.google.com
you get https://sho.rt/ggl
I don't actually know if this is necessary or important, I just noticed that goo.gl do it :)
- In
user/plugins
, create a new folder namedssl4ssl
. - Drop these files in that directory.
- Go to the Plugins administration page ( eg
https://sho.rt/admin/plugins.php
) and activate the plugin. - Have fun!
Obviously your webserver will need to be configured for SSL, in which case
I recommend that you also have the following in user/config.php
define( 'YOURLS_ADMIN_SSL', true);
MIT License