Zertrin has quit [Quit: No Ping reply in 180 seconds.]
Zertrin has joined #sandstorm
jemc has joined #sandstorm
michaelw has quit [Quit: Bye]
Lionel_Debroux has quit [Ping timeout: 240 seconds]
jemc has quit [Ping timeout: 264 seconds]
harish_ has quit [Ping timeout: 240 seconds]
michaelw has joined #sandstorm
tobald has joined #sandstorm
yeehi_ has quit [Quit: Konversation terminated!]
samba_ has joined #sandstorm
yeehi_ has joined #sandstorm
frew has quit [Ping timeout: 255 seconds]
frew has joined #sandstorm
harish has joined #sandstorm
KCinJP has quit []
KCinJP has joined #sandstorm
samba_ has quit [Ping timeout: 255 seconds]
michaelw has quit [Quit: Bye]
samba_ has joined #sandstorm
gharris has joined #sandstorm
phildini_ has quit []
phildini_ has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
samba_ has joined #sandstorm
yeehi_ has quit [Quit: Konversation terminated!]
yeehi_ has joined #sandstorm
yeehi_ is now known as yeehi
bodisiw has joined #sandstorm
samba_ has quit [Ping timeout: 240 seconds]
<gharris>
Anyone doing live backup? Will a mongodump plus /opt/sandstorm rsync get a good enough backup for recovery? The notion of having to shut down the service just to do a backup is not very workable.
<TimMc>
I moved Sandstorm to a ZFS partition so I can take a ZFS snapshot and then back up the snapshot.
<TimMc>
mongodump and rsync isn't guaranteed to do the trick.
gharris has quit [Remote host closed the connection]
gharris has joined #sandstorm
tobald has quit [Quit: Ex-Chat]
pie_ has quit [Quit: Leaving]
michaelw has joined #sandstorm
Zarutian has joined #sandstorm
Lionel_Debroux has joined #sandstorm
webch555 has joined #sandstorm
<webch555>
hi, is anyone using digicert wildcard cert to secure sandstorm? digicert is telling me i cant add a SAN of *.myname.mydomain.com
yeehi_ has joined #sandstorm
yeehi has quit [Ping timeout: 260 seconds]
Telesight has joined #sandstorm
<gharris>
@TimMc Thanks for the info. From what I understand, ZFS has a significant set of issues of it's own, primarily in the unexpected hard shutdown area, which should never happen but of course will. Secondarily, converting from ext4 isn't fun. Rock, meet hard place.
<gharris>
@webch555 GoDaddy had no problem with creating a wildcard cert with SAN fields. However, I think if I had tried to order a SAN cert, it would have been a problem. In other words, GoDaddy has two different products. Is Digicert the same? Or are they telling you that wildcard certs have been depricated, so they won't issue them?
<TimMc>
gharris: ZFS is likely to have problems after crashes? I thought the copy-on-write property would help with that.
<webch555>
gharris, looks like digicert is the same. I have a wildcard cert, they have another option called Multi Domain (SAN) cert that i think i would need
<TimMc>
IIRC, all browser-compatible certs use SAN, and the CN field is deprecated. Apparently "SAN cert" is a misnomer these days, but a rather sticky one. :-D
<webch555>
this is a sub sub domain. my domain is example.univ.edu. my wildcard is for *.example.univ.edu. i can secure sandstorm.example.univ.edu with this wildcard cert, but i cannot use *.sandstorm.univ.edu in the SAN field
<webch555>
so my grains dont load because of the cert error
<gharris>
@TimMc Perhaps it will. Still, the idea of rebuilding yet again. Surely there has got to be a real solution to this. Snapshosts for an external backup will take a TON of extra disk space if we have any kind of reasonable usage. And it will be difficult to pull incrementals from the external backup. Additionally, with backing up from a snapshot,
<gharris>
I doubt that pooling with work.
<gharris>
@webch555 I think you got it backwards. You want a wildcard for *.example.univ.edu with two SAN records of example.univ.edu and *.example.univ.edu. You have to tell OpenSSL to add the SAN records to the .csr template. Not hard, but definately a Google.