Re: openvpn problems



On Mon, 2008-06-30 at 08:38 +0400, Vasiliy G Tolstov wrote:
> yes, files are exists. i'm trying to click on the combobox which
> displays *.pem, but drop down menu does not contains other extensions...
> 
> i read source files and found this 
> 
> tls_file_chooser_filter_new (void)
> {
> 	GtkFileFilter *filter;
> 
> 	filter = gtk_file_filter_new ();
> 	gtk_file_filter_add_custom (filter, GTK_FILE_FILTER_FILENAME,
> tls_default_filter, NULL, NULL);
> 	gtk_file_filter_set_name (filter, _("PEM certificates (*.pem)"));
> 	return filter;
> }

OpenVPN only reads PEM format, but apparently people use any old
extension for PEM files :)  I'll add ".crt" and ".key" since the code
does minimal checks for PEM files already.

Dan

> 
> 
> On Sun, 2008-06-29 at 17:08 -0500, Casey Harkins wrote:
> > On Sat, 2008-06-28 at 20:26 +0400, Vasiliy G Tolstov wrote:
> > > Hello!
> > > Today i'm install latest openvpn plugin and want to create connection.
> > > I'm have pem, key, crt files. But nm-openvpn connection editor does not
> > > allow to change extension of files and i can't select needed files.
> > > 
> > 
> > Why can't you select the needed files? The file browser should allow you
> > to select any file with any extension.
> > 
> > On a side note, I wouldn't mind if the GtkEntry's for the various keys
> > were editable. Would anyone be opposed to making them editable? Should
> > the existence of the files be verified upon apply?
> > 
> > -casey
> > 
> > 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]