adet4ever

Results 7 comments of adet4ever

Is there any update on the issue?

@yandiro I was able to get it to work after. its been quite some time now so I cant remember the details. might be compatibility issues with the specific ember...

I think it should be up to the user to decide whether they want to stop start restart nginx or not. Also does certbot install a different version of nginx?...

@dansketcher Your comment was really helpful for my implementation and cleaner. I wished the GPGME github page provided clear example like that. thanks and Great work

Trying to do some decryption today however, I keep getting the password GUI prompt to enter the passphrase. Is there any way to bypass the password prompt

is there a way to set the file name or a name for encryption? ``` crypto = GPGME::Crypto.new options = @options data = crypto.encrypt byte_array, options data.file_name=('sample_file_name') ``` Such that...

is there a way to set the file name or a name for encryption? ``` crypto = GPGME::Crypto.new options = @options data = crypto.encrypt byte_array, options data.file_name=('sample_file_name') Such that the...