adds an additional flag to return an additional TXT record that will enable TLS on custom domains with Linksharing. Closes #5623 Change-Id: I941616362d7dcd9aec20dfd10346e483021516a4
Fix various bugs by remove superflous steps and letting libuplink build the url. $ uplinkng share --not-after +1h --url sj://mybucket/myprefix/ before: https://link.us1.storjshare.io/s/jxcvcme2xkb44xsec235xb2ccmbq//myprefix// after: https://link.us1.storjshare.io/s/jxcvcme2xkb44xsec235xb2ccmbq/mybucket/myprefix/ $ uplinkng share --not-after +1h --url $(printf "sj://waterbear/aa\x03bb") before: https://link.us1.storjshare.io/s/jwbcxjiv4ept7t2g3qmxfb73ljga//aabb after: https://link.us1.storjshare.io/s/jvod7pixige62yrp5tubn4ct47yq/waterbear/aa%03bb $ uplinkng share --not-after +1h --url before: no url generated, no error after: error "Need at least a bucket to create a working linkshare URL" Change-Id: Ibca6847f8fc5d5fad9ee4642d11d3081d75d77ca
Change-Id: If426c32219d32044d715ab6dfa9718807f32cb9f