Hi Tauri all stars!
Could someone point me to any documentation on rotating the signing keypair for updater? I haven't seen anything after a few searches.
I'm guessing the manual way of doing it would be to ship a version with the next keypair public key in tauri.conf.json, but sign it with the soon-to-deprecate keys.
Any other patterns I'm missing?
#Rotate update keys
9 messages · Page 1 of 1 (latest)
Assuming there's no other pattern, my suggestion would be making tauri.updater.pubkey a Vec instead of single option.
if you think this may be a valuable change then feel free to open a feature request on github
I think its a good idea, and I recall speaking with @vast ice about this
this manual way of doing it is the only way to it right now
please open a feature request.. there's also security we should consider here
thank you, will do!
awesome